• Show log

    Commit

  • Hash : bd817009
    Author : Tobias Stoeckmann
    Date : 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>