Module Name: src
Committed By: snj
Date: Mon Jan 2 23:52:31 UTC 2012
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.1
Log Message:
1707
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-5.1.1
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.1.1
diff -u src/doc/CHANGES-5.1.1:1.1.2.43 src/doc/CHANGES-5.1.1:1.1.2.44
--- src/doc/CHANGES-5.1.1:1.1.2.43 Sat Dec 31 20:05:00 2011
+++ src/doc/CHANGES-5.1.1 Mon Jan 2 23:52:30 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.1,v 1.1.2.43 2011/12/31 20:05:00 snj Exp $
+# $NetBSD: CHANGES-5.1.1,v 1.1.2.44 2012/01/02 23:52:30 snj Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1
release:
@@ -2582,3 +2582,13 @@ lib/libtelnet/encrypt.c 1.15
Avoid buffer overflow, reported by Colin Percival at FreeBSD
[christos, ticket #1704]
+xsrc/xfree/xc/programs/Xserver/fb/fbpict.c 1.5
+xsrc/xfree/xc/programs/Xserver/mi/miarc.c 1.2
+xsrc/xfree/xc/programs/Xserver/mi/misprite.c 1.2
+
+ mod(a,b) used to be defined with a - in front of naked a, such that
+ uses of mod with certain arithmetic expressions as a led to
+ surprising results, namely the one in Xrender praised in
+ CVE-2010-1166.
+ [is, ticket #1707]
+