Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. SA_INFO_QU...
authorJeremy Allison <jra@samba.org>
Thu, 3 Sep 2009 14:38:21 +0000 (07:38 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Sep 2009 10:27:17 +0000 (12:27 +0200)
commit161e20843054ecc5745e967da2a9d08ed09229d0
tree4687cdb218c3650bc08c9405b6f53839499b9015
parent1108225c1316521bf2bb59c9b99b030440af0002
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)
lib/tevent/tevent_signal.c