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/build-aux/test-driver.scm
AgeCommit message (Expand)Author
2021-02-02build: Add a --show-duration option to the SCM test-driver....Maxim Cournoyer
2021-01-31build: test-driver.scm: Allow running as a standalone script....Maxim Cournoyer
2021-01-31build: test-driver.scm: Add a new '--errors-only' option....Maxim Cournoyer
2021-01-31build: test-driver.scm: Add test cases filtering options....Maxim Cournoyer
2021-01-31build: test-driver.scm: Enable colored test results by default....Maxim Cournoyer
2021-01-31build: test-driver.scm: Make output redirection optional....Maxim Cournoyer