Fix bug 6796 - Deleting an event context on shutdown can cause smbd to crash.
authorJeremy Allison <jra@samba.org>
Fri, 9 Oct 2009 19:50:26 +0000 (12:50 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Oct 2009 08:49:43 +0000 (10:49 +0200)
commit56290654c0c2056c31e0b348ba0d01e5c28ba89b
treee400cfd646a1e0f973ece913b50846788449491d
parent951991df2976b5f8f57c0418257d9d817ebda661
Fix bug 6796 - Deleting an event context on shutdown can cause smbd to crash.

Sync's tevent signal code with 3.5.x tree.
Protects against ev pointer being NULL.

Jeremy
lib/tevent/tevent_signal.c