[sr-dev] [kamailio/kamailio] core: fix regex error for modules parameters (#703)

Daniel-Constantin Mierla notifications at github.com
Sun Jul 10 11:52:50 CEST 2016


The size in pkg_malloc() needs to be increased, too -- from:

```
	reg = pkg_malloc(len + 2 + 1);
```

to:

```
	reg = pkg_malloc(len + 4 + 1);
```

---
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/pull/703#issuecomment-231580428
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160710/1b5ac112/attachment.html>


More information about the sr-dev mailing list