summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2001-07-18 07:15:50 +0000
committerrpj <rpj>2001-07-18 07:15:50 +0000
commit024172be698e329e76c95e32c29ca5023fc036ac (patch)
tree4d895e08afa73962e74b57aee86343e9898bceed /ChangeLog
parenta6b214d1eb218ec6a9d78abeaa483fbf6f485aad (diff)
* mutex.c (pthread_mutexattr_init): Return ENOMEM
immediately and don't dereference the NULL pointer if calloc fails. - "Scott McCaskill" <scott@magruder.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5061a51..4786fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-18 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
+
+ * mutex.c (pthread_mutexattr_init): Return ENOMEM
+ immediately and don't dereference the NULL pointer
+ if calloc fails.
+ - "Scott McCaskill" <scott@magruder.org>
+
2001-07-10 Ross Johnson <rpj@setup1.ise.canberra.edu.au>
* barrier.c: Still more revamping. The exclusive access