]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/json.c
json: avoid stack allocation of long strings in a recursive function
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Oct 2018 12:42:43 +0000 (14:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Oct 2018 14:44:51 +0000 (16:44 +0200)
commit4ae7e4e5d892cd9d28493e4d2fe7ac9ee3ae383d
tree76d45e17b16d7a51acd01bac7b3879fee0eac7aa
parent92853e9bbe232ca1affcf3effd9194e985531fc4
json: avoid stack allocation of long strings in a recursive function

Fixes: oss-fuzz#10908
https://oss-fuzz.com/v2/testcase-detail/5639441482252288
src/basic/json.c