Module Name:    src
Committed By:   martin
Date:           Sun Sep 18 13:37:42 UTC 2022

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.4

Log Message:
Tickets #1527 - #1530


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-9.4

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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.17 src/doc/CHANGES-9.4:1.1.2.18
--- src/doc/CHANGES-9.4:1.1.2.17	Sun Sep 18 00:12:43 2022
+++ src/doc/CHANGES-9.4	Sun Sep 18 13:37:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.17 2022/09/18 00:12:43 msaitoh Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.18 2022/09/18 13:37:42 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -258,3 +258,24 @@ libexec/ld.elf_so/arch/powerpc/ppc_reloc
 	Fix copy & pasto: DTPREL relocations do not need to allocate a static
 	TLS index.
 	[martin, ticket #1531]
+
+sys/external/bsd/acpica/dist/dispatcher/dswexec.c 1.2
+
+	Fix out of range access in AcpiDsExecEndOp().
+	[msaitoh, ticket #1527]
+
+sys/dev/usb/if_ure.c				1.58 (via patch)
+
+	ure(4): use unsigned to avoid undefined behavior in ure_uno_mcast().
+	[msaitoh, ticket #1528]
+
+sys/dev/usb/usb.h				1.121
+
+	Cast to uint32_t to avoid undefined behavior in UGETDW().
+	[msaitoh, ticket #1529]
+
+sys/crypto/nist_hash_drbg/nist_hash_drbg.c	1.2,1.3
+
+	Fix negative-length variable-length array.
+	[msaitoh, ticket #1530]
+

Reply via email to