Date: Thu, 26 Sep 2002 00:55:19 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio asprintf.c vasprintf.c Message-ID: <200209260755.g8Q7tJJM033441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/09/26 00:55:18 PDT Modified files: lib/libc/stdio asprintf.c vasprintf.c Log: Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it runs out of memory, always call va_end. Revision Changes Path 1.12 +20 -12 src/lib/libc/stdio/asprintf.c 1.17 +19 -12 src/lib/libc/stdio/vasprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209260755.g8Q7tJJM033441>