summaryrefslogtreecommitdiff
path: root/sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch')
-rw-r--r--sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch b/sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch
new file mode 100644
index 000000000000..60a01f8639be
--- /dev/null
+++ b/sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch
@@ -0,0 +1,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];