Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. SA_INFO_QU...
commit4b9362d563c578ab497170a3a1657b70504df1bc
authorJeremy Allison <jra@samba.org>
Thu, 3 Sep 2009 14:38:21 +0000 (3 07:38 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Sep 2009 10:45:08 +0000 (9 12:45 +0200)
treea487f04f551387b56766f937bdd1bb4691a421e8
parent5805ecffe1f5fe5cb92836d159c761849c018eed
Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. SA_INFO_QUEUE_COUNT *MUST* be a power of 2, in order for the ring buffer wrap to work correctly at the 32 bit boundary. Thanks to Petr Vandrovec <petr@vandrovec.name> for this. (cherry picked from commit c97698e762b1ea8d7133f04ae822225676a6f135)
(cherry picked from commit 161e20843054ecc5745e967da2a9d08ed09229d0)
lib/tevent/tevent_signal.c