CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/07 23:41:42
Modified files:
lib/libevent : kqueue.c poll.c signal.c
Log message:
use reallocarray() to detect multiplicative integer overflow; obvious
pattern.
This commit does not fix the non-obvious bloody horror of select.c.
