about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-09-15 22:22:12 +0000
committerUlrich Drepper <drepper@redhat.com>2007-09-15 22:22:12 +0000
commitab905672b7afba3f862ca6b84921b497269b26ab (patch)
treeda803c24cda9561c23629dd1af07865af5afd39d
parent444897ec5052e1969c25bdbded462c1a337b9730 (diff)
downloadglibc-ab905672b7afba3f862ca6b84921b497269b26ab.tar.gz
glibc-ab905672b7afba3f862ca6b84921b497269b26ab.tar.xz
glibc-ab905672b7afba3f862ca6b84921b497269b26ab.zip
* inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
	* inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e26e8b14d7..29e1293c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-15  Mike Frysinger  <vapier@gentoo.org>
+
+	* inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
+	* inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
+
 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
 
 	* inet/tst-network.c: Increment ERRORS for failing tests.