Date: Fri, 25 Sep 1998 05:20:28 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfscanf.c Message-ID: <199809251220.FAA23437@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 1998/09/25 05:20:27 PDT Modified files: lib/libc/stdio vfscanf.c Log: Apply patch to properly sscanf(3) when there is whitespace in the format string. From the submitted patch: Credit for patch: Chris Torek <torek@bsdi.com> Tod Miller <millert@openbsd.org> This makes us in line with SunOS 4.1.3_U1, Solaris 2.6, OpenBSD 2.3, HP-UX 10.20, Irix 5.3. The previous behavior was in line with Ultrix 4.4. PR: bin/7970 Submitted by: Niall Smart nialls@euristix.ie Revision Changes Path 1.13 +2 -7 src/lib/libc/stdio/vfscanf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251220.FAA23437>