Module Name: src
Committed By: msaitoh
Date: Mon May 11 05:43:52 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 749.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.286 -r1.1.2.287 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.286 src/doc/CHANGES-7.0:1.1.2.287
--- src/doc/CHANGES-7.0:1.1.2.286 Mon May 11 03:33:46 2015
+++ src/doc/CHANGES-7.0 Mon May 11 05:43:52 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.286 2015/05/11 03:33:46 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.287 2015/05/11 05:43:52 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -22921,3 +22921,11 @@ sys/dev/pci/hifn7751.c 1.60
Defer to a callout in hifn_rng_get. Fixes lock-against-self.
[riastradh, ticket #748]
+
+external/bsd/wpa/dist/src/ap/wmm.c 1.2
+external/bsd/wpa/dist/src/eap_peer/eap_pwd.c 1.2-1.4
+external/bsd/wpa/dist/src/eap_server/eap_server_pwd.c 1.2-1.3
+external/bsd/wpa/dist/src/wps/httpread.c 1.2
+
+ Fix buffer overflow, DoS attack and memory leak.
+ [christos, ticket #749]