With DUMA_PROTECT_FREE disabled a simple allocation/free program like
void main(void) { for (;;) free(malloc(10)); }
will cause RSS to grow infinitely when running with duma.
It appears that duma seems to be running out of slots and keeps allocating more and more.
fix proposal
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Applied for debian