You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After hook glibc, there are some clear memory leak in modsecurity transaction.
There are pcre_malloc and pcre_free in this module, so I hook all memory callback in msc_transaction, and finally resolve the memory leak in modsecurity transaction.
(I have implemented, however, I won't add a PR without discussion.)
The text was updated successfully, but these errors were encountered:
After hook glibc, there are some clear memory leak in modsecurity transaction.
There are
pcre_malloc
andpcre_free
in this module, so I hook all memory callback in msc_transaction, and finally resolve the memory leak in modsecurity transaction.(I have implemented, however, I won't add a PR without discussion.)
The text was updated successfully, but these errors were encountered: