patch-2.2.13 linux/drivers/char/random.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/radio-trust.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/drivers/char/random.c
- Orig date:
Thu Dec 31 12:03:49 1998
diff -u --recursive --new-file v2.2.12/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -1698,7 +1698,7 @@
if (!rekey_time || (tv.tv_sec - rekey_time) > REKEY_INTERVAL) {
rekey_time = tv.tv_sec;
/* First three words are overwritten below. */
- get_random_bytes(&secret+3, sizeof(secret)-12);
+ get_random_bytes(&secret[3], sizeof(secret)-12);
count = (tv.tv_sec/REKEY_INTERVAL) << HASH_BITS;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)