Module Name: src
Committed By: martin
Date: Wed Mar 21 11:11:29 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #158
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-7.0.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.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.94 src/doc/CHANGES-7.0.3:1.1.2.95
--- src/doc/CHANGES-7.0.3:1.1.2.94 Wed Mar 21 08:11:25 2018
+++ src/doc/CHANGES-7.0.3 Wed Mar 21 11:11:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.94 2018/03/21 08:11:25 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.95 2018/03/21 11:11:29 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5323,3 +5323,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]
+