[PATCH] Simplify perturb_byte logic.

Paul Eggert eggert@cs.ucla.edu
Mon Dec 9 16:27:00 GMT 2013


Ondřej Bílka wrote:
> +    memset (p, perturb_byte & 0xff, n);

While you're simplifying, you can safely omit that '& 0xff'.
Similarly for alloc_perturb.



More information about the Libc-alpha mailing list