Skip to content
Commit b1132dea authored by Eric Biggers's avatar Eric Biggers Committed by Theodore Ts'o
Browse files

random: properly align get_random_int_hash



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.

Cc: stable@kernel.org
Signed-off-by: default avatarEric Biggers <ebiggers3@gmail.com>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 4b44f2d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment