Module Name: src Committed By: martin Date: Sun Dec 10 13:10:25 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1776 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.119 src/doc/CHANGES-9.4:1.1.2.120 --- src/doc/CHANGES-9.4:1.1.2.119 Sat Dec 9 13:26:09 2023 +++ src/doc/CHANGES-9.4 Sun Dec 10 13:10:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.119 2023/12/09 13:26:09 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.120 2023/12/10 13:10:25 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2481,3 +2481,8 @@ tests/lib/libpthread/t_stack.c 1.1-1.6 pthread: PR 57721: fix user-allocated stack addressing. [riastradh, ticket #1775] +lib/libc/net/sethostent.c 1.21 + + sethostent(3): fix a couple of (not very likely) memory leaks. + [kre, ticket #1776] +