Commit bd817009d5dba7dc5273e6a05e2133660d4c4ac3

Tobias Stoeckmann 2019-04-24T22:54:04

Prevent endless loop in evmap_make_space. If slot is larger than INT_MAX / 2, then the loop which increases nentries until it is larger than slot would never return. Also make sure that nentries * msize will never overflow INT_MAX. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>