]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Be more robust to the situation where a signal arrives, and there is a
authorJulian Seward <jseward@acm.org>
Thu, 13 Jun 2002 17:47:05 +0000 (17:47 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 13 Jun 2002 17:47:05 +0000 (17:47 +0000)
commit66492d7e14f2309bfd1d9bcb0477834714e03b15
treeab46dce64f91f4cd4701b7d8d73a8f4fe3125d1b
parent3244f2ca6457e2b97c8ece6fa98db86d0325a4c9
Be more robust to the situation where a signal arrives, and there is a
handler, but in the interval between the signal arriving and it being
delivered to the client, the handler is removed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@416
coregrind/vg_signals.c
vg_signals.c