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