Module Name: src Committed By: jdc Date: Sun Oct 13 07:26:13 UTC 2013
Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket #1884. To generate a diff of this commit: cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.3 diff -u src/doc/CHANGES-5.3:1.1.2.32 src/doc/CHANGES-5.3:1.1.2.33 --- src/doc/CHANGES-5.3:1.1.2.32 Sat Sep 21 02:58:59 2013 +++ src/doc/CHANGES-5.3 Sun Oct 13 07:26:13 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.3,v 1.1.2.32 2013/09/21 02:58:59 riz Exp $ +# $NetBSD: CHANGES-5.3,v 1.1.2.33 2013/10/13 07:26:13 jdc Exp $ A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3 release: @@ -582,3 +582,14 @@ share/zoneinfo/australasia 1.33 This year Fiji will start DST on October 27, not October 20. [apb, ticket #1880] +xsrc/external/mit/xorg-server/dist/dix/dixfonts.c 1.2 via patch +xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c 1.4 via patch + + Fix CVE-2013-4396 using a patch from Alan Coopersmith: + Save a pointer to the passed in closure structure before copying it + and overwriting the *c pointer to point to our copy instead of the + original. If we hit an error, once we free(c), reset c to point to + the original structure before jumping to the cleanup code that + references *c. + [spz, ticket #966] +