Author: madcoder Date: 2007-05-15 12:18:37 +0000 (Tue, 15 May 2007) New Revision: 2222
Modified: glibc-package/branches/glibc-branch-etch/debian/changelog glibc-package/branches/glibc-branch-etch/debian/patches/series Log: prepare etch2 with vprintf bug fixed. Modified: glibc-package/branches/glibc-branch-etch/debian/changelog =================================================================== --- glibc-package/branches/glibc-branch-etch/debian/changelog 2007-05-15 03:00:35 UTC (rev 2221) +++ glibc-package/branches/glibc-branch-etch/debian/changelog 2007-05-15 12:18:37 UTC (rev 2222) @@ -1,3 +1,10 @@ +glibc (2.3.6.ds1-13etch2) UNRELEASED; urgency=low + + * patches/any/cvs-vfprintf-stack-smashing.diff: fix issue with 8bits locales + and printf exploding the stack with large width specifiers. + + -- Pierre Habouzit <[EMAIL PROTECTED]> Tue, 15 May 2007 13:58:50 +0200 + glibc (2.3.6.ds1-13etch1) stable; urgency=low [ Pierre Habouzit ] Modified: glibc-package/branches/glibc-branch-etch/debian/patches/series =================================================================== --- glibc-package/branches/glibc-branch-etch/debian/patches/series 2007-05-15 03:00:35 UTC (rev 2221) +++ glibc-package/branches/glibc-branch-etch/debian/patches/series 2007-05-15 12:18:37 UTC (rev 2222) @@ -190,3 +190,4 @@ any/cvs-sunrpc-xdrmem_setpos.diff any/cvs-getent-wrong-struct-size.diff -p0 any/cvs-sunrpc-64bits-svc_getreqset.diff -p0 +any/cvs-vfprintf-stack-smashing.diff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

