[sr-dev] [kamailio/kamailio] core on start (#2788)

Daniel-Constantin Mierla notifications at github.com
Mon Jun 28 09:28:45 CEST 2021


The `pv_get_buffer()` return the pointer of the allocated buffer, which should be aligned:

```
3593		p = pv_get_buffer();
3594		memcpy(p, in->s, in->len);
```

That means there is a buffer overflow/memory overwrite in one of the components you use. If you can narrow it down to a minimal config, it would help a lot. Also, knowing if default `kamailio.cfg` + `append_hf_value()` works or not would help to rule out many modules.

-- 
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/2788#issuecomment-869430944
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210628/a2deebf6/attachment.htm>


More information about the sr-dev mailing list