• Adrian Bunk's avatar
    [PATCH] postfix two constants in ips.c with ULL · 4d6c3d20
    Adrian Bunk authored
    The patch below postfixes two constants in ips.c with ULL, on 32 bit
    archs this constant is too big for an int.
    
    The cast doesn't do the right thing, 0xffffffffffffffff is in C an int
    and the cast casts 0xffffffffffffffff interpreted as an int to an u64.
    4d6c3d20
ips.c 260 KB