Module Name: src Committed By: martin Date: Sun Dec 10 13:09:58 UTC 2023
Modified Files: src/lib/libc/net [netbsd-9]: sethostent.c Log Message: Pull up following revision(s) (requested by kre in ticket #1776): lib/libc/net/sethostent.c: revision 1.21 Fix a couple of (not very likely) memory leaks, reported by e...@google.com who attributed them: the malloc one was reported to Android (as https://android-review.googlesource.com/c/platform/bionic/+/2856549) by wuhaitao3 <wuhait...@xiaomi.corp-partner.google.com>; Chris Ferris <cfer...@google.com> then spotted the goto nospc one. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.28.1 src/lib/libc/net/sethostent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.