diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-03 00:14:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-03 00:14:09 +0000 |
commit | fcb594165e6433e6533dc4bda5eb319bcb59d465 (patch) | |
tree | b25b50d559d0d4414e3c25e8bea69dd2af5c2318 /ChangeLog | |
parent | 0c03cb9bedf3454129ac8e50ab2d3db9b7260c78 (diff) | |
download | glibc-fcb594165e6433e6533dc4bda5eb319bcb59d465.zip glibc-fcb594165e6433e6533dc4bda5eb319bcb59d465.tar.gz glibc-fcb594165e6433e6533dc4bda5eb319bcb59d465.tar.bz2 |
Update.
* resolv/nsap_addr.c (inet_nsap_addr): Little optimization.
* resolv/inet_ntop.c (inet_ntop4): Little optimization.
(inet_ntop6): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-10-02 Ulrich Drepper <drepper@cygnus.com> + * resolv/nsap_addr.c (inet_nsap_addr): Little optimization. + + * resolv/inet_ntop.c (inet_ntop4): Little optimization. + (inet_ntop6): Likewise. + * resolv/inet_net_pton.c (inet_net_pton_ipv4): Prevent buffer overruns. |