Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145147534
D16937.id47426.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
D16937.id47426.diff
View Options
Index: sys/dev/random/fortuna.c
===================================================================
--- sys/dev/random/fortuna.c
+++ sys/dev/random/fortuna.c
@@ -333,7 +333,7 @@
static __inline void
random_fortuna_genrandom(uint8_t *buf, u_int bytecount)
{
- static uint8_t temp[RANDOM_BLOCKSIZE*(RANDOM_KEYS_PER_BLOCK)];
+ uint8_t temp[RANDOM_BLOCKSIZE * RANDOM_KEYS_PER_BLOCK];
u_int blockcount;
RANDOM_RESEED_ASSERT_LOCK_OWNED();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 17, 11:13 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28812626
Default Alt Text
D16937.id47426.diff (442 B)
Attached To
Mode
D16937: Fortuna: trivial static variable cleanup
Attached
Detach File
Event Timeline
Log In to Comment