freebsd-ports/net/samba36/files/patch-lib__tevent__tevent_signal.c
Timur I. Bakeyev 69a5492b89 Security update of the port to the 3.6.12 version
Security:	CVE-2013-0213, CVE-2013-0214
2013-01-31 15:59:44 +00:00

11 lines
421 B
C

--- ./lib/tevent/tevent_signal.c.orig 2010-04-01 15:26:22.000000000 +0200
+++ ./lib/tevent/tevent_signal.c 2010-04-23 01:08:35.000000000 +0200
@@ -30,7 +30,7 @@
#include "tevent_internal.h"
#include "tevent_util.h"
-#define TEVENT_NUM_SIGNALS 64
+#define TEVENT_NUM_SIGNALS (SIGRTMAX+1)
/* maximum number of SA_SIGINFO signals to hold in the queue.
NB. This *MUST* be a power of 2, in order for the ring buffer