aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-05-10 15:35:47 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:28 -0700
commit63643c85d4c47512decc16f35124160629c39a86 (patch)
treefe9f1c95517fed2dbd97f8a175e8019459b0403b /ChangeLog
parent3faebe6abc04ea8d632bee4537948ca85479c09a (diff)
downloadglibc-63643c85d4c47512decc16f35124160629c39a86.zip
glibc-63643c85d4c47512decc16f35124160629c39a86.tar.gz
glibc-63643c85d4c47512decc16f35124160629c39a86.tar.bz2
Hurd: hurdsock: reject negative domains
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f59a1e..b1dbcba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
+
+ * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
+ and reject them.
+
2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,