Daniel-Constantin Mierla writes:
What is the version of kamailio running there?
4.4 build from git on April 7.
xmlrpc is compiled by default to use system memory manager (expecting to need big chunks for some responses), can you recompile it to use the pkg? You have to edit modules/xmlrpc/Makefile and remove the line:
DEFS+=-DXMLRPC_SYSTEM_MALLOC
If there is a buffer overflow, it should be easier to catch using the internal memory manager checks -- some error messages should be printed inside the syslog as well.
I'll give it a try.
-- Juha