Date: Mon, 4 Jun 2001 05:36:07 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio local.h sscanf.c Message-ID: <200106041236.f54Ca7812583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2001/06/04 05:36:07 PDT Modified files: lib/libc/stdio local.h sscanf.c Log: Properly initialize a temporary FILE that is allocated off the stack. The change to reuse _up from FILE (to allow FILE to grow without changing size) overlooked FILE being allocated off the stack. Approved by: sobomax Revision Changes Path 1.4 +8 -1 src/lib/libc/stdio/local.h 1.7 +4 -1 src/lib/libc/stdio/sscanf.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?200106041236.f54Ca7812583>