Can you try with latest version in git branch 5.2?
I just pushed a patch to fix this issue -- the allocated size for the buffer to hold the
hexa-printed address of a pointer was not enough (it was allocated the size of the
pointer, but in hexa is twice the number of bytes). The commit has some changes to
simplify the code and not allocate in pkg, because the values are used only inside the
function.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2091#issuecomment-539042784