diff options
| author | Eric Biggers <ebiggers3@gmail.com> | 2016-05-04 21:08:39 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-14 13:16:23 +0200 |
| commit | 1025503bcee906294709868e3d797dfc1e876433 (patch) | |
| tree | 197714337b4aa53b6b306d5b1c66e40dbf52f0c1 /scripts/objdiff | |
| parent | baae8c3c2e2a41aff63cd85767c89c6166d8b58c (diff) | |
random: properly align get_random_int_hash
commit b1132deac01c2332d234fa821a70022796b79182 upstream.
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 <ebiggers3@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
