https://github.com/videolan/vlc
Revision 869a03432a03189e31338827ad5dd56aa900a7a5 authored by Steve Lhomme on 17 March 2023, 08:15:50 UTC, committed by Steve Lhomme on 20 March 2023, 08:19:23 UTC
json_parse_ex() now requires the length of the JSON string to parse.

The following changes are integrated:
* 672dd79c402b5f88c469c92b64e8e382db4cab2e (int64 on Windows),
* ecb7c847198dc1cd392e0beecb5ef63a37d3fa6c (proper include guards),
* c8edcab8cd6c53d39264a59dacbcabe65b2b2c98 (null deref),
* 894bab1c0a2dd6cca72629df7426afc1be102dfe (fallthrough warning)

The (unused) json_relaxed_commas flag is gone.

We may also use it as a contrib.
1 parent 6f9b01e
History
Tip revision: 869a03432a03189e31338827ad5dd56aa900a7a5 authored by Steve Lhomme on 17 March 2023, 08:15:50 UTC
webservices/json: update the JSON parser to version 1.1.0
Tip revision: 869a034
File Mode Size
autotools
bin
buildsystem
compat
contrib
doc
extras
include
lib
m4
modules
po
share
src
test
.gitignore -rw-r--r-- 471 bytes
.mailmap -rw-r--r-- 7.1 KB
AUTHORS -rw-r--r-- 18.7 KB
COPYING -rw-r--r-- 17.7 KB
COPYING.LIB -rw-r--r-- 25.9 KB
INSTALL -rw-r--r-- 1.4 KB
Makefile.am -rw-r--r-- 6.5 KB
NEWS -rw-r--r-- 202.7 KB
README.md -rw-r--r-- 5.6 KB
THANKS -rw-r--r-- 5.5 KB
bootstrap -rwxr-xr-x 1.8 KB
config.h.meson -rw-r--r-- 15.0 KB
configure.ac -rw-r--r-- 140.3 KB
make-alias -rwxr-xr-x 299 bytes
meson.build -rw-r--r-- 32.2 KB
meson_options.txt -rw-r--r-- 14.3 KB

README.md

back to top