freebsd-dev/contrib/apr/strings
Conrad Meyer e3907d2395 contrib/apr: Remove scope leak UB
In apr_vformatter, the variable buf was declared inside a limited scope
region, but a pointer to it is leaked outside of that region and used
later.  This is undefined behavior.  Fix by moving the buf variable to
function scope.

Reported by:	Coverity
CID:		1192541
2020-01-30 17:50:51 +00:00
..
apr_cpystrn.c
apr_fnmatch.c
apr_snprintf.c contrib/apr: Remove scope leak UB 2020-01-30 17:50:51 +00:00
apr_strings.c
apr_strnatcmp.c
apr_strtok.c