Tobias Stoeckmann wrote:
> This patch avoids a possible integer overflow on excessively large
> amount of events added to an event base in kqueue mode (default).
> 
> Just as with previous changes, this is very unlikely to trigger and
> is a just a defensive measure.
> 
> Changes in this diff:
> 
> * KNF (sorted imports and added limits.h for INT_MAX)
> * recallocarray instead of reallocarray, in sync with minheap change
> * adjusted error messages from malloc to recallocarray
> 
> Okay?

ok

Reply via email to