Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-1]: src/doc Ticket #1582



details:   https://anonhg.NetBSD.org/src/rev/bf2332f4224a
branches:  netbsd-7-1
changeset: 800880:bf2332f4224a
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Mar 21 11:09:49 2018 +0000

description:
Ticket #1582

diffstat:

 doc/CHANGES-7.1.3 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c8ca053b9a8d -r bf2332f4224a doc/CHANGES-7.1.3
--- a/doc/CHANGES-7.1.3 Wed Mar 21 11:09:27 2018 +0000
+++ b/doc/CHANGES-7.1.3 Wed Mar 21 11:09:49 2018 +0000
@@ -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 @@
        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