about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-01-11 17:24:04 -0500
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2016-01-15 16:53:08 -0200
commita3e5b4feeb54cb92657ec2bc6d9be1fcef9e8575 (patch)
treef538c5cf1a10d4d8ec7821cf086df977d5dc8ea3 /ChangeLog
parent692de4b3960dc90bdcfb871513ee4d81d314cf69 (diff)
downloadglibc-a3e5b4feeb54cb92657ec2bc6d9be1fcef9e8575.tar.gz
glibc-a3e5b4feeb54cb92657ec2bc6d9be1fcef9e8575.tar.xz
glibc-a3e5b4feeb54cb92657ec2bc6d9be1fcef9e8575.zip
Fix race in tst-mqueue5
The check is done on line 117 by a thread spawned
from do_child(), forked from do_test().  This test
generates a signal in the forked process.

Either thread may handle the signal, and on ppc,
it happens to be done on do_child, on the thread
which is not doing the check on line 117.

This exposes a race condition whereby the test
incorrectly fails as the signal is caught during
or after the check.

This is mitigated by ensuring the signal is blocked
in the child thread while thread is running.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f2a19d50a..fb5cd0e024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
+	* rt/tst-mqueue5.c (thr): Cleanup misleading comment.
+	(do_child): Mask SIGRTMIN while thr is running.
+
 2016-01-15  Martin Sebor  <msebor@redhat.com>
 
 	[BZ #19432]