Tue Apr 22 03:28:56 2014 UTC ()
Ticket 1036.


(msaitoh)
diff -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-6.2

cvs diff -r1.1.2.106 -r1.1.2.107 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2014/04/21 21:04:21 1.1.2.106
+++ src/doc/Attic/CHANGES-6.2 2014/04/22 03:28:56 1.1.2.107
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.106 2014/04/21 21:04:21 bouyer Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.107 2014/04/22 03:28:56 msaitoh Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -2175,13 +2175,17 @@ sys/ufs/mfs/mfs_vfsops.c 1.107 via pat @@ -2175,13 +2175,17 @@ sys/ufs/mfs/mfs_vfsops.c 1.107 via pat
2175 Fix various issues in the mount syscall, which could be used 2175 Fix various issues in the mount syscall, which could be used
2176 by a local user to panic the system. 2176 by a local user to panic the system.
2177 [maxv, ticket #1050] 2177 [maxv, ticket #1050]
2178 2178
2179sys/compat/linux/common/linux_exec_elf32.c 1.91 via patch 2179sys/compat/linux/common/linux_exec_elf32.c 1.91 via patch
2180 2180
2181 A specially-crafted linux binary could easily control a kernel array 2181 A specially-crafted linux binary could easily control a kernel array
2182 index. 2182 index.
2183 Add some checks to ensure that nothing will be read outside the 2183 Add some checks to ensure that nothing will be read outside the
2184 allocated area. 2184 allocated area.
2185 Rewrite the code so that we don't need to allocate the whole section. 2185 Rewrite the code so that we don't need to allocate the whole section.
2186 [maxv, ticket #1051] 2186 [maxv, ticket #1051]
2187 2187
 2188lib/libc/net/sethostent.c 1.20
 2189
 2190 Fix memory leak. This bug was introduced after releasing NetBSD 6.1.
 2191 [christos, ticket #1036]