From 93256cc1acaefb4c3ae0c13c5b979b298ba66279 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 May 1997 01:25:40 +0000 Subject: 1997-05-01 03:13 Ulrich Drepper * 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 . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 . + 1997-04-30 17:35 Ulrich Drepper * math/libm-test.c: Implement test for exceptions. -- cgit v1.2.3