Module Name: src Committed By: riz Date: Mon Dec 23 23:12:44 UTC 2013
Modified Files: src/lib/libc/net [netbsd-5]: getaddrinfo.c gethnamaddr.c Log Message: Apply patch (requested by bad in ticket #1887): src/lib/libc/net/getaddrinfo.c r1.106: this is supposed to be re-entrant, call don't call __hostalias that uses a static buffer. src/lib/libc/net/gethnamaddr.c r1.85: - don't clobber hp in the RES_USE_INET6 case - increment naddrs in the yp case - don't use __hostalias(), it is not thread-safe. This should finish addressing PR lib/46454 To generate a diff of this commit: cvs rdiff -u -r1.91.6.1 -r1.91.6.2 src/lib/libc/net/getaddrinfo.c cvs rdiff -u -r1.73.18.2 -r1.73.18.3 src/lib/libc/net/gethnamaddr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.