]> git.ipfire.org Git - thirdparty/valgrind.git/commit
pthread_kill would incorrectly deliver a signal to a thread even if
authorJulian Seward <jseward@acm.org>
Wed, 18 Sep 2002 13:52:36 +0000 (13:52 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 18 Sep 2002 13:52:36 +0000 (13:52 +0000)
commit027e50a85e9e47f914a136d63596d87ab9f2bede
tree5600ea5b6cefbe46932cfb8588e243153f2037bd
parentc9447117acf8c9c2cc6acd06e002d25aa9ab5f72
pthread_kill would incorrectly deliver a signal to a thread even if
the thread currently had the signal blocked.  Fixed.  It _may_ also
fix some assertion failures in scheduler_sanity() in vg_scheduler.c.

MERGE TO ERASER

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1072
vg_signals.c