aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2016-10-28 18:31:24 -0200
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2016-10-28 19:13:21 -0200
commit739e14f9009ff91e4a8d01776e7269fc8cbd0293 (patch)
treeb8819e16088ba37dcc26c7cfa7f1ae486b7e474f /ChangeLog
parentce193f551ec21df85c934626a21730881484dcf0 (diff)
downloadglibc-739e14f9009ff91e4a8d01776e7269fc8cbd0293.tar
glibc-739e14f9009ff91e4a8d01776e7269fc8cbd0293.tar.gz
glibc-739e14f9009ff91e4a8d01776e7269fc8cbd0293.tar.bz2
glibc-739e14f9009ff91e4a8d01776e7269fc8cbd0293.zip
Document a behavior of an elided pthread_rwlock_unlock
Explain that pthread_rwlock_unlock may crash if called on a lock not held by the current thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f76008663..d5b3f7bb7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2016-10-28 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+ * nptl/pthread_rwlock_unlock.c: Add a comment explaining its
+ behavior when eliding a lock not held by the current thread.
+ * sysdeps/powerpc/nptl/elide.h: Likewise.
+
+2016-10-28 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+
[BZ #20728]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Replace a
branch to _exit() by a function call.