]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: use curlx_dynbuf for realloc when loading config files
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Sep 2020 13:41:25 +0000 (15:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Sep 2020 06:32:45 +0000 (08:32 +0200)
commit47dd957daff9199daa5fabfc557fe8c36d61f375
tree4be473c2a0c5187372cbb9844f4e53269a344110
parentc4ea71ae3235cca8c6837f48664d587e52eb32d2
curl: use curlx_dynbuf for realloc when loading config files

... fixes an integer overflow at the same time.

Reported-by: ihsinme on github
Assisted-by: Jay Satiro
Closes #5946
projects/generate.bat
src/Makefile.inc
src/tool_parsecfg.c
tests/data/test558
tests/libtest/Makefile.inc
winbuild/MakefileBuild.vc