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); main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/books.scm
AgeCommit message (Expand)Author
2024-10-19gnu: book-sparc: Update to 2.2.0....* gnu/packages/books.scm (book-sparc): Update to 2.2.0. [inputs]: Add git, gnu-make, texlive-fancyvrb, and texlive-upquote. [native-inputs]: Add autoconf and automake. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Icd19f295b8572428aea39f46c27e22f87d5dc7e1 Artyom V. Poptsov
2024-07-20gnu: book-sparc: Update to 2.1.0....* gnu/packages/books.scm (book-sparc): Update to 2.1.0. [inputs]: Add texlive-biblatex. Change-Id: Ie3148e3325a1b333ac8baccd25adc341e389a7cf Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2024-01-25gnu: Sort inputs in (gnu packages books) alphabetically....* gnu/packages/books.scm: Sort #:use-modules and inputs alphabetically to ease maintenance. Change-Id: Ifdd94277a51fb34e740398bd962b03098a775572 Sharlatan Hellseher
2024-01-25gnu: book-sparc: Update to 2.0.0....* gnu/packages/books.scm (book-sparc): Update to 2.0.0. [inputs]: Add texlive-chngcntr. Change-Id: Ief8c8c697e30fbe6f483fdc49969714ca64480fe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Artyom V. Poptsov