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 ) eader'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/language.scm
AgeCommit message (Expand)Author
2024-08-18gnu: mecab-ipadic: Reduce irony....Tobias Geerinckx-Rice
2024-01-21Merge branch 'master' into emacs-teamLiliana Marie Prikler
2023-11-01gnu: skktools: Build autoloads before installing them....Liliana Marie Prikler
2023-11-23gnu: praat: Update to 6.4....Preston M. Firestone