xfsdump-3.1.9-prompt-overflow.patch 329 B

123456789101112131415
  1. http://oss.sgi.com/bugzilla/show_bug.cgi?id=876
  2. https://bugs.gentoo.org/335115
  3. --- a/dump/content.c
  4. +++ b/dump/content.c
  5. @@ -6460,7 +6460,7 @@
  6. Media_prompt_erase( drive_t *drivep )
  7. {
  8. fold_t fold;
  9. - char question[100];
  10. + char question[200];
  11. char *preamblestr[PREAMBLEMAX];
  12. size_t preamblecnt;
  13. char *querystr[QUERYMAX];