Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc Ticket #158
details: https://anonhg.NetBSD.org/src/rev/63156058ec52
branches: netbsd-7-0
changeset: 801467:63156058ec52
user: martin <martin%NetBSD.org@localhost>
date: Wed Mar 21 11:11:29 2018 +0000
description:
Ticket #158
diffstat:
doc/CHANGES-7.0.3 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r d1064a582300 -r 63156058ec52 doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Wed Mar 21 11:10:57 2018 +0000
+++ b/doc/CHANGES-7.0.3 Wed Mar 21 11:11:29 2018 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index