Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets 631, 632



details:   https://anonhg.NetBSD.org/src/rev/7d6cd2b137e6
branches:  netbsd-8
changeset: 851481:7d6cd2b137e6
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Mar 15 11:28:24 2018 +0000

description:
Tickets 631, 632

diffstat:

 doc/CHANGES-8.0 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 015d4977e7c5 -r 7d6cd2b137e6 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Thu Mar 15 11:27:25 2018 +0000
+++ b/doc/CHANGES-8.0   Thu Mar 15 11:28:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.143 2018/03/15 09:56:35 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.144 2018/03/15 11:28:24 bouyer Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -10324,3 +10324,17 @@
        more thorough and more correct.
        [maya, ticket #608]
 
+tests/lib/libc/locale/t_sprintf.c              1.4 - 1.7
+
+       Since the C standard allows for intermediate floating results to
+       contain more precision bits than the data type expects, but
+       (kind of obviously) does not allow such values to be stored in memory,
+       check that the strtod() result and expected values are very very close
+       and not strictly equal.
+       [martin, ticket #631]
+
+sys/netinet6/in6_gif.c                         1.91
+
+       Fix potential NULL dereference
+       [knakahara, ticket #632]
+



Home | Main Index | Thread Index | Old Index