mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:23:32 +03:00
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
This commit is contained in:
parent
c4ea71ae32
commit
47dd957daf
6 changed files with 44 additions and 42 deletions
|
|
@ -38,8 +38,8 @@ nothing
|
|||
<file name="log/memdump">
|
||||
MEM lib558.c: malloc()
|
||||
MEM lib558.c: free()
|
||||
MEM strdup.c: realloc()
|
||||
MEM strdup.c: realloc()
|
||||
MEM dynbuf.c: realloc()
|
||||
MEM dynbuf.c: realloc()
|
||||
MEM escape.c: free()
|
||||
</file>
|
||||
<stripfile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue