Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #966.



details:   https://anonhg.NetBSD.org/src/rev/6172530445f3
branches:  netbsd-6
changeset: 776471:6172530445f3
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Oct 12 18:59:58 2013 +0000

description:
Ticket #966.

diffstat:

 doc/CHANGES-6.2 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r bf9e6d4543d0 -r 6172530445f3 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Thu Sep 26 14:20:16 2013 +0000
+++ b/doc/CHANGES-6.2   Sat Oct 12 18:59:58 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.53 2013/09/26 14:20:16 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.54 2013/10/12 18:59:58 jdc Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -809,3 +809,14 @@
        among others)
        [dsainty, ticket #960]
 
+xsrc/external/mit/xorg-server/dist/dix/dixfonts.c      1.2
+xsrc/xfree/xc/programs/Xserver/dix/dixfonts.c          1.4
+
+       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]
+



Home | Main Index | Thread Index | Old Index