• Show log

    Commit

  • Hash : 437f7d69
    Author : Vicent Marti
    Date : 2013-12-13T12:41:22

    pool: Correct overflow checks
    
    Ok, scrap the previous commit. This is the right overflow check that
    takes care of 64 bit overflow **and** 32-bit overflow, which needs to be
    considered because the pool malloc can only allocate 32-bit elements in
    one go.