Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/net
Module Name: src
Committed By: kre
Date: Thu Dec 7 22:33:49 UTC 2023
Modified Files:
src/lib/libc/net: sethostent.c
Log Message:
Fix a couple of (not very likely) memory leaks, reported by enh%google.com@localhost
who attributed them:
the malloc one was reported to Android (as
https://android-review.googlesource.com/c/platform/bionic/+/2856549)
by wuhaitao3 <wuhaitao3%xiaomi.corp-partner.google.com@localhost>; Chris Ferris
<cferris%google.com@localhost> then spotted the goto nospc one.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.
Home |
Main Index |
Thread Index |
Old Index