Module Name: src
Committed By: snj
Date: Thu Jul 30 16:33:39 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
911
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.350 -r1.1.2.351 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.350 src/doc/CHANGES-7.0:1.1.2.351
--- src/doc/CHANGES-7.0:1.1.2.350 Thu Jul 30 16:03:12 2015
+++ src/doc/CHANGES-7.0 Thu Jul 30 16:33:38 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.350 2015/07/30 16:03:12 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.351 2015/07/30 16:33:38 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -33599,3 +33599,9 @@ sys/dev/ic/mpt_netbsd.c 1.32
Avoid leaking requests.
[hannken, ticket #910]
+sys/external/bsd/drm2/dist/drm/radeon/radeon_bios.c 1.3
+
+ Avoid a buffer leak and taking an error branch to be on
+ success.
+ [riastradh, ticket #911]
+