Subj : src/xpdev/xpprintf.c To : Git commit to main/sbbs/master From : Deucе Date : Thu Feb 08 2024 08:42 am https://gitlab.synchro.net/main/sbbs/-/commit/72305c4cfe7afe3106442269 Modified Files: src/xpdev/xpprintf.c Log Message: 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. .