Module Name: src
Committed By: martin
Date: Wed Mar 21 11:09:50 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1582
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.1.3
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.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.1 src/doc/CHANGES-7.1.3:1.1.2.2
--- src/doc/CHANGES-7.1.3:1.1.2.1 Tue Mar 20 17:49:24 2018
+++ src/doc/CHANGES-7.1.3 Wed Mar 21 11:09:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.1 2018/03/20 17:49:24 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.2 2018/03/21 11:09:49 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -15,3 +15,10 @@ sys/dev/ppbus/if_plip.c 1.28
Fix an spl(9) leak.
[msaitoh, ticket #1579]
+sys/sys/bitops.h 1.12-1.14
+
+ Fix sign issues.
+ Avoid undefined behaviour when a left shift may be greater than
+ the size of the bitmap type.
+ [mrg, ticket #1582]
+