diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-14 14:47:44 +0100 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-02-14 14:55:09 +0100 |
| commit | 4995538f727b3fbea1b4628b72159c34e78598a1 (patch) | |
| tree | 6f33cb887151f8561a71fdf7579fe850db58c519 /sys-fs/xfsdump/files/xfsdump-3.1.9-prompt-overflow.patch | |
| parent | 67754a0aff73df82a67081cdff74d7a6e39cfa29 (diff) | |
| download | gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.gz gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.tar.bz2 gentoo-4995538f727b3fbea1b4628b72159c34e78598a1.zip | |
sys-fs/xfsdump: bump to v3.1.9
Closes: https://bugs.gentoo.org/693296
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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.patch | 14 |
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]; |
