Module Name: src
Committed By: snj
Date: Mon Jan 2 23:49:28 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
1707
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-5.2
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.2
diff -u src/doc/CHANGES-5.2:1.1.2.121 src/doc/CHANGES-5.2:1.1.2.122
--- src/doc/CHANGES-5.2:1.1.2.121 Sat Dec 31 22:13:35 2011
+++ src/doc/CHANGES-5.2 Mon Jan 2 23:49:27 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.121 2011/12/31 22:13:35 snj Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.122 2012/01/02 23:49:27 snj Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5841,3 +5841,13 @@ sys/dev/vndvar.h 1.31 via patch
Make vnd(4) work on sparse files.
[riz, ticket #1705]
+xfree/xc/programs/Xserver/fb/fbpict.c 1.5
+xfree/xc/programs/Xserver/mi/miarc.c 1.2
+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]
+