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 ) r> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/dns.scm
AgeCommit message (Expand)Author
2024-06-13services: dnsmasq: Add escape hatch....Sergey Trofimov
2023-08-16Revert "services: Add ddclient service."...Bruno Victal
2023-04-21services: knot: Add 'configuration' action....Ludovic Courtès
2023-03-13services: dns: Fix cpe-id default value....Andrew Tropin
2023-03-13services: dns: Extend dnsmasq-configuration....Sergey Trofimov
2023-03-06services: knot: Default zone-file-refresh to 12h....Felix Lechner