]> granicus.if.org Git - curl/commit
the aprintf() versions now return NULL if _any_ alloc along the way failed,
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 10:50:43 +0000 (10:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 10:50:43 +0000 (10:50 +0000)
commita2ecdf42497682072b61eed4e8a6002b2e54da1b
treee28639b523f57535e0c39d03e70cbacee13f39aa
parent71fdc063bd170d53f442e8b0e777756a38e2fa75
the aprintf() versions now return NULL if _any_ alloc along the way failed,
previously they could return a piece of the string, making it impossible
for the caller to detect errors.
lib/mprintf.c