skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 840175d576030f5276c9a95e5a77a87ae6f35382
parent e139501224edbae1d02c534642597cfc42e5b71e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 15 Jul 2017 14:31:35 +0000

 mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be reached. Real fix coming later.

Diffstat:
Msrc/include/skalibs/unixmessage.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/skalibs/unixmessage.h b/src/include/skalibs/unixmessage.h @@ -43,7 +43,7 @@ extern unixmessage_v_t const unixmessage_v_zero ; #define UNIXMESSAGE_MAXFDS 255 #define UNIXMESSAGE_BUFSIZE 2048 #define UNIXMESSAGE_AUXBUFSIZE (sizeof(int) * UNIXMESSAGE_MAXFDS + 1) -#define UNIXMESSAGE_MAXREADS 32 +#define UNIXMESSAGE_MAXREADS 4096 /* Sender */