Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 578806 Details for
Bug 687386
sys-power/suspend fails to resume system because of checksum error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix buffer size
fix_checksum.patch (text/plain), 358 bytes, created by
Ralf Glauberman
on 2019-06-04 19:31:54 UTC
(
hide
)
Description:
Fix buffer size
Filename:
MIME Type:
Creator:
Ralf Glauberman
Created:
2019-06-04 19:31:54 UTC
Size:
358 bytes
patch
obsolete
>--- a/load.c 2012-09-15 22:23:44.000000000 +0200 >+++ b/load.c 2019-06-04 21:10:33.717215900 +0200 >@@ -573,7 +573,7 @@ > { > static struct swap_reader handle; > static unsigned char orig_checksum[16], checksum[16]; >- static char csum_buf[48]; >+ static char csum_buf[49]; > int error = 0, test_mode = (verify || test); > > error = read_page(fd, header, start);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 687386
: 578806