]> git.ipfire.org Git - thirdparty/asterisk.git/commit
jansson: Backport fixes to bundled, use json_vsprintf if available.
authorCorey Farrell <git@cfware.com>
Tue, 17 Jul 2018 03:55:02 +0000 (23:55 -0400)
committerCorey Farrell <git@cfware.com>
Mon, 24 Sep 2018 22:55:59 +0000 (18:55 -0400)
commit9c35f80adfeefc41497b7286f91ad694b6117b97
tree6ce1a018a8edf233615608b0fa886e00a3fc4a86
parent594bbbea57279617bc57dbe29eb96bd8c8b0c8b8
jansson: Backport fixes to bundled, use json_vsprintf if available.

Use json_vsprintf from versions which contain fix for va_copy leak.

Apply fixes from jansson master:
* va_copy leak fix.
* Avoid potential invalid memory read in json_pack.
* Rename variable that shadowed another.

Change-Id: I7522e462d2a52f53010ffa1e7d705c666ec35539
configure
include/asterisk/autoconfig.h.in
main/json.c
menuselect/configure
third-party/jansson/configure.m4
third-party/jansson/patches/0022-Avoid-invalid-memory-read-in-json_pack.patch [new file with mode: 0644]
third-party/jansson/patches/0025-Call-va_end-after-va_copy-in-json_vsprintf.patch [new file with mode: 0644]
third-party/jansson/patches/0027-Rename-a-varialble-that-shadows-another-one.patch [new file with mode: 0644]