https://sources.debian.org/data/main/p/plib/1.8.5-8/debian/patches/04_CVE-2011-4620.diff --- a/src/util/ulError.cxx +++ b/src/util/ulError.cxx @@ -39,7 +39,7 @@ { va_list argp; va_start ( argp, fmt ) ; - vsprintf ( _ulErrorBuffer, fmt, argp ) ; + vsnprintf ( _ulErrorBuffer, sizeof(_ulErrorBuffer), fmt, argp ) ; va_end ( argp ) ; if ( _ulErrorCB ) cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gawk.scm
AgeCommit message (Expand)Author
2019-06-29gnu: gawk: Update to 5.0.1....* gnu/packages/gawk.scm (gawk): Update to 5.0.1. Ludovic Courtès
2019-05-25gnu: gawk: Update to 5.0.0....* gnu/packages/patches/libgpg-error-gawk-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (libgpg-error)[source](modules, patches): New fields. * gnu/packages/gawk.scm (gawk): Update to 5.0.0. Marius Bakke
2018-03-23gnu: gawk: Return #t from all phases....* gnu/packages/gawk.scm (gawk)[arguments]: Return #t from the 'set-shell-file-name' phase. Mark H Weaver
2018-03-14gnu: gawk: Enable parallel tests....* gnu/packages/gawk.scm (gawk)[arguments]: Enable parallel tests. Efraim Flashner
2018-03-14gnu: gawk: Update to 4.2.1....* gnu/packages/gawk.scm (gawk): Update to 4.2.1. Efraim Flashner
2017-12-10Revert "gnu: gawk: Update to 4.2.0."...This reverts commit 78cd051eef9e25a6993478619d2bdb2db60565a6. This commit was added past the merge window and caused conflicts with gettext's test suite. Efraim Flashner
2017-12-10gnu: gawk: Update to 4.2.0....* gnu/packages/gawk.scm (gawk): Update to 4.2.0. Efraim Flashner
2017-03-30Merge branch 'master' into core-updates...Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice
2017-01-06Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""...This reverts commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077. Leo Famulari
2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."...This commit causes too many rebuilds. It will be re-committed to core-updates. This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d. Leo Famulari
2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'....* gnu/packages/gawk.scm (gawk)[arguments]: Use /bin/sh instead of /bin/bash in 'set-shell-file-name' phase. Leo Famulari