summaryrefslogtreecommitdiff
path: root/sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch
blob: 60a01f8639be516d50b7a9bc73bd9200cd655211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http://oss.sgi.com/bugzilla/show_bug.cgi?id=876
https://bugs.gentoo.org/335115

--- a/dump/content.c
+++ b/dump/content.c
@@ -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];