1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00
Daniel Gustafsson ed7830061e darwinssl: Fix realloc memleak
The reallocation was using the input pointer for the return value, which
leads to a memory leak on reallication failure. Fix by instead use the
safe internal API call Curl_saferealloc().

Closes #3005
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Nick Zitzmann <nickzman@gmail.com>
2018-09-18 09:08:06 +02:00
..
2018-06-02 13:40:41 +02:00
2018-09-18 09:08:06 +02:00
2018-05-14 09:42:27 +02:00
2018-09-13 08:26:37 +02:00
2018-09-13 08:26:37 +02:00
2018-09-13 08:26:37 +02:00
2018-09-13 08:26:37 +02:00