Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #1527 - #1530
details: https://anonhg.NetBSD.org/src/rev/c3b936ea9f96
branches: netbsd-9
changeset: 370139:c3b936ea9f96
user: martin <martin%NetBSD.org@localhost>
date: Sun Sep 18 13:37:42 2022 +0000
description:
Tickets #1527 - #1530
diffstat:
doc/CHANGES-9.4 | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r a02f8135d7cd -r c3b936ea9f96 doc/CHANGES-9.4
--- a/doc/CHANGES-9.4 Sun Sep 18 13:36:29 2022 +0000
+++ b/doc/CHANGES-9.4 Sun Sep 18 13:37:42 2022 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index