On Thu, Mar 31, 2016 at 08:11:25PM -0500, Eric Biggers wrote: > get_random_long() reads from the get_random_int_hash array using an > unsigned long pointer. For this code to be guaranteed correct on all > architectures, the array must be aligned to an unsigned long boundary. > > Signed-off-by: Eric Biggers <ebigge...@gmail.com>
Thanks, applied. - Ted