Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152670040
D36798.id111379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
362 B
Referenced Files
None
Subscribers
None
D36798.id111379.diff
View Options
diff --git a/sys/dev/powermac_nvram/powermac_nvram.c b/sys/dev/powermac_nvram/powermac_nvram.c
--- a/sys/dev/powermac_nvram/powermac_nvram.c
+++ b/sys/dev/powermac_nvram/powermac_nvram.c
@@ -360,7 +360,7 @@
high = 0;
for (i = 0; i < len; i++) {
if ((i % 5000) == 0) {
- high %= 65521UL;
+ low %= 65521UL;
high %= 65521UL;
}
low += data[i];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 10:21 AM (2 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31614713
Default Alt Text
D36798.id111379.diff (362 B)
Attached To
Mode
D36798: powerpc_nvram: Fix a bug in the adler32 checksum.
Attached
Detach File
Event Timeline
Log In to Comment