Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169706231
D6466.id16584.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
D6466.id16584.diff
View Options
Index: sys/dev/nvram2env/nvram2env.c
===================================================================
--- sys/dev/nvram2env/nvram2env.c
+++ sys/dev/nvram2env/nvram2env.c
@@ -247,7 +247,7 @@
pair = (char*)nv+4;
for ( ;
- (u_int32_t)pair < ((u_int32_t)nv + size - 4);
+ (u_int32_t)pair < ((u_int32_t)nv + (size << 2) - 4);
pair = pair + strlen(pair) + 1 + strlen(value) + 1 ) {
if (pair && strlen(pair)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 3, 8:30 AM (13 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38085761
Default Alt Text
D6466.id16584.diff (442 B)
Attached To
Mode
D6466: (fix) [nvram2env] nvram2env scans only 1/4th of memory
Attached
Detach File
Event Timeline
Log In to Comment