Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245204 Details for
Bug 335115
sys-fs/xfsdump-3.0.4-r1: Buffer overflow
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix buffer overflow
buffer_overflow_media_erase.patch (text/plain), 436 bytes, created by
Eric Grüttefien
on 2010-08-29 09:51:19 UTC
(
hide
)
Description:
fix buffer overflow
Filename:
MIME Type:
Creator:
Eric Grüttefien
Created:
2010-08-29 09:51:19 UTC
Size:
436 bytes
patch
obsolete
>diff -ur ./xfsdump-3.0.4.old/dump/content.c ./xfsdump-3.0.4/dump/content.c >--- ./xfsdump-3.0.4.old/dump/content.c 2010-04-03 10:17:33.218508265 +0200 >+++ ./xfsdump-3.0.4/dump/content.c 2010-04-03 10:11:52.918511614 +0200 >@@ -6460,7 +6460,7 @@ > Media_prompt_erase( drive_t *drivep ) > { > fold_t fold; >- char question[ 100 ]; >+ char question[ 200 ]; > char *preamblestr[ PREAMBLEMAX ]; > size_t preamblecnt; > char *querystr[ QUERYMAX ];
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 335115
: 245204