e3907d2395
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 |
||
---|---|---|
.. | ||
apr_cpystrn.c | ||
apr_fnmatch.c | ||
apr_snprintf.c | ||
apr_strings.c | ||
apr_strnatcmp.c | ||
apr_strtok.c |