Fixes a possible buffer overflow. (There are others) Author: Danny Milosavljevic Date: 2020-11-16 --- a/gcc/gimplify.c.orig 2020-10-29 08:45:11.532479774 +0100 +++ b/gcc/gimplify.c 2020-10-29 08:45:49.584637018 +0100 @@ -5229,7 +5229,7 @@ flexibility, split it into separate input and output operands. */ tree input; - char buf[10]; + char buf[12]; /* Turn the in/out constraint into an output constraint. */ char *p = xstrdup (constraint); a> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-13 11:58:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:10:44 +0200
commite0b4cf6019f520aef4c3d0ea9858a8f1fa215d22 (patch)
tree677a657ba598c5ea05e1eebecaa1545edf18a569 /gnu
parent9e4adea8adca392beaac705c10111639b8c51951 (diff)
downloadguix-e0b4cf6019f520aef4c3d0ea9858a8f1fa215d22.tar.gz
guix-e0b4cf6019f520aef4c3d0ea9858a8f1fa215d22.zip
gnu: texlive-latex-mdwtools -> texlive-mdwtools.
* gnu/packages/tex.scm (texlive-mdwtools): New variable. (texlive-latex-mdwtools): Deprecate variable.
Diffstat (limited to 'gnu')