Module Name: src Committed By: martin Date: Mon Nov 18 19:49:34 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #1012 - #1014 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-10.1 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-10.1 diff -u src/doc/CHANGES-10.1:1.1.2.69 src/doc/CHANGES-10.1:1.1.2.70 --- src/doc/CHANGES-10.1:1.1.2.69 Mon Nov 18 18:27:36 2024 +++ src/doc/CHANGES-10.1 Mon Nov 18 19:49:34 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.69 2024/11/18 18:27:36 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.70 2024/11/18 19:49:34 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -3683,3 +3683,27 @@ tests/lib/libc/sys/t_select.c 1.5 on very large fd_set inputs with bad file descriptors included. [riastradh, ticket #1011] +external/historical/nawk/dist/lib.c 1.14 + + awk(1): PR 58421: handle I/O errors on input instead of going into + an infinite loop. + [riastradh, ticket #1012] + +lib/libtelnet/enc-proto.h 1.11 +lib/libtelnet/enc_des.c 1.18 +lib/libtelnet/encrypt.c 1.20 +lib/libtelnet/encrypt.h 1.10 +libexec/telnetd/state.c 1.33,1.35 +libexec/telnetd/sys_term.c 1.50 +libexec/telnetd/telnetd.c 1.59,1.60 + + telnetd(8): PR 21450, PR 58787: fix issues in autologin, a memory + leak of getaddrinfo(3), and a buffer overrun on input. + [riastradh, ticket #1013] + +external/cddl/osnet/dist/uts/common/fs/zfs/dmu.c 1.7 +external/cddl/osnet/dist/uts/common/fs/zfs/vdev.c 1.7 + + zfs: PR 58111: fix possible data corruption on FIOSEEKDATA/FIOSEEKHOLE. + [riastradh, ticket #1014] +