Module Name: src Committed By: martin Date: Sun Oct 31 14:47:59 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1370 To generate a diff of this commit: cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-9.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-9.3 diff -u src/doc/CHANGES-9.3:1.1.2.44 src/doc/CHANGES-9.3:1.1.2.45 --- src/doc/CHANGES-9.3:1.1.2.44 Mon Oct 25 18:11:55 2021 +++ src/doc/CHANGES-9.3 Sun Oct 31 14:47:59 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.44 2021/10/25 18:11:55 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.45 2021/10/31 14:47:59 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -919,3 +919,10 @@ sys/net/if_ethersubr.c 1.302 Fix handling of VLAN 0 tag. [ryo, ticket #1369] +lib/libcrypt/crypt-sha1.c 1.10 + + libcrypt: Fix a floating point exception when a low number of HMAC-SHA1 + iterations are specified. + [nia, ticket #1370] + +