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 ) ='logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/nix-daemon
AgeCommit message (Expand)Author
2022-04-14daemon: Support systemd-style socket activation....Ludovic Courtès
2021-04-03daemon: Remove dead code....Ludovic Courtès
2021-03-17daemon: Correctly handle '--discover' with no value....Ludovic Courtès
2020-11-29Use substitute servers on the local network....Mathieu Othacehe