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: Er
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
---
drivers/char/random.c | 4 +++-
1 file changed, 3 inser
2 matches
Mail list logo