Module Name: src
Committed By: sborrill
Date: Thu Jan 5 09:48:49 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1708
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 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.123 src/doc/CHANGES-5.2:1.1.2.124
--- src/doc/CHANGES-5.2:1.1.2.123 Mon Jan 2 23:53:07 2012
+++ src/doc/CHANGES-5.2 Thu Jan 5 09:48:49 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.123 2012/01/02 23:53:07 snj Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.124 2012/01/05 09:48:49 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5851,3 +5851,8 @@ xsrc/xfree/xc/programs/Xserver/mi/mispri
CVE-2010-1166.
[is, ticket #1707]
+sys/net/if.c 1.246
+ PR/44030: ifreqn2o gets called with the parameters the wrong way
+ around. Reverts fix for PR 42585 (ticket #1416) as the root cause
+ of the crash is addressed by PR 44054 (pullup #1541).
+ [obache, ticket #1708]