summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-01 01:25:40 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-01 01:25:40 +0000
commit93256cc1acaefb4c3ae0c13c5b979b298ba66279 (patch)
tree4d7abffa8bb98407bd0da791bea478c85982621e /ChangeLog
parent779ae82ecdf88b7ed7c1f00d3ed3a639671c3c8d (diff)
1997-05-01 03:13 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/shmat.c (shmat): For Linux-2.0 and up the kernel can return negative values. Only fail when return value is in range in range which is never returned as valid address. Patch by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e94044fe3b..bc0007502e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1997-05-01 03:13 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/shmat.c (shmat): For Linux-2.0 and up the
+ kernel can return negative values. Only fail when return value is
+ in range in range which is never returned as valid address.
+ Patch by Bruno Haible <haible@ilog.fr>.
+
1997-04-30 17:35 Ulrich Drepper <drepper@cygnus.com>
* math/libm-test.c: Implement test for exceptions.