|
From: | Erik Smith |
Subject: | [libmicrohttpd] epoll and memory leaks |
Date: | Mon, 22 Nov 2021 11:56:46 -0800 |
/* Reallocate a block of memory obtained from the pool.
* This is particularly efficient when growing or
* shrinking the block that was last (re)allocated.
* If the given block is not the most recently
* (re)allocated block, the memory of the previous
* allocation may be leaked until the pool is
* destroyed or reset. */
Can anyone confirm whether this might be related?
ASAN does not seem to detect any issues in our code presently (not sure about MHD)
Erik
[Prev in Thread] | Current Thread | [Next in Thread] |