-
- Downloads
Fix memory leak on realloc failure in xp_aprintf_next()
The caller of this function must clobber the passed in pointer, and we're returning NULL meaning we would be overwriting the pointer to the allocation.
Please register or sign in to comment