]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix an uninitialized memory access in json_pointer.
authorEric Hawicz <erh+git@nimenees.com>
Wed, 26 Jul 2023 22:15:07 +0000 (18:15 -0400)
committerEric Hawicz <erh+git@nimenees.com>
Tue, 1 Aug 2023 02:18:03 +0000 (22:18 -0400)
commita14a3a680c862321a88b8fb9fc9da922e4dcda93
tree91d3320f902d66c564863bab21b623395d8b2e88
parentefc530594bc1578cb8f8b1e2cd8a1c1b395a6326
Fix an uninitialized memory access in json_pointer.
Add comments describing when the fields of the internal struct json_pointer_get_result are valid.
json_patch.c
json_pointer.c
json_pointer_private.h