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 ) n='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
span title='2023-10-22 16:09:04 -0400'>2023-10-22
AgeCommit message (Expand)Author
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost
build: Add a commit-msg hook that embeds Change-Id in commit messages....Maxim Cournoyer