From 024172be698e329e76c95e32c29ca5023fc036ac Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 18 Jul 2001 07:15:50 +0000 Subject: * mutex.c (pthread_mutexattr_init): Return ENOMEM immediately and don't dereference the NULL pointer if calloc fails. - "Scott McCaskill" --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5061a51..4786fb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-07-18 Ross Johnson + + * mutex.c (pthread_mutexattr_init): Return ENOMEM + immediately and don't dereference the NULL pointer + if calloc fails. + - "Scott McCaskill" + 2001-07-10 Ross Johnson * barrier.c: Still more revamping. The exclusive access -- cgit v1.2.3