Fix CVE-2018-1000097: https://security-tracker.debian.org/tracker/CVE-2018-1000097 https://nvd.nist.gov/vuln/detail/CVE-2018-1000097 Patch taken from upstream bug report: https://lists.gnu.org/archive/html/bug-gnu-utils/2018-02/msg00005.html diff --git a/src/unshar.c b/src/unshar.c index 80bc3a9..0fc3773 100644 --- a/src/unshar.c +++ b/src/unshar.c @@ -240,7 +240,7 @@ find_archive (char const * name, FILE * file, off_t start) off_t position = ftello (file); /* Read next line, fail if no more and no previous process. */ - if (!fgets (rw_buffer, BUFSIZ, file)) + if (!fgets (rw_buffer, rw_base_size, file)) { if (!start) error (0, 0, _("Found no shell commands in %s"), name); );'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
AgeCommit message (Expand)Author
2020-05-13mailmap: Update entries for Nikita....nikita
2020-04-23gnu: automake: Support cross-build....Jan (janneke) Nieuwenhuizen
2020-04-23gnu: autoconf: Support cross-build....Jan (janneke) Nieuwenhuizen
2020-03-27gnu: Automake: Remove version 1.16.1....Marius Bakke
2020-03-27Merge branch 'master' into core-updates...Marius Bakke
2020-03-24gnu: automake: Add version 1.16.2....Ludovic Courtès
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-13gnu: autobuild: Use HTTPS home page....Tobias Geerinckx-Rice
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-02-16gnu: autoconf: Use HTTPS home page....Tobias Geerinckx-Rice