- URL:
https://github.com/kamailio/kamailio/commit/e02990b561e306507a56b1557b44b6e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T11:48:50+02:00
xmlrpc: use reallocxf() to free old pointer in case of failure
- URL:
https://github.com/kamailio/kamailio/commit/444894cb9a26ba2a33c5a49e6507ac9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T11:49:37+02:00
core: mem - avoid free(0) when realloc(0, size) fails
- URL:
https://github.com/kamailio/kamailio/commit/027728ef16dd57383fe9ed62dff6143…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T11:50:29+02:00
lib/ims: use reallocxf() to cope properly with realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/27b6801ba4f6bffa80c52ad6edf1c8e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:12:31+02:00
app_java: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/76ef8d98051971c4c46afe598afd920…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:13:18+02:00
app_lua: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/810f4196ab4ad0f0c72cbd31d8b54a8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:13:36+02:00
app_python: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/1486a47f018eb322957cc9e481e8765…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:13:57+02:00
cnxcc: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/21e9d2c77264ebae6f7349fe97ef21e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:14:18+02:00
clt: proper handling of ctl_realloc() failure
- URL:
https://github.com/kamailio/kamailio/commit/20012fa12f9db6b4c51bdc4f3e69692…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:15:09+02:00
db_sqlite: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/46d1799fa37f12bd453c110b5e2c480…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:15:23+02:00
db_text: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/4a58b48876b829756c2bb6e483feb55…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:15:36+02:00
rtpengine: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/8ffd7473d46e5229cde1ab7623c3fa5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:15:47+02:00
rtpproxy: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/6f6bff7aae8192d1715c501708d7672…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:35:43+02:00
http_async_client: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/9b2229471a4e7b01b88a31ef9869c1e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:36:22+02:00
rls: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/c50e80d19dc9f6099e03db973be7e66…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:36:38+02:00
uid_auth_db: use reallocxf() to handle realloc failure
- URL:
https://github.com/kamailio/kamailio/commit/e0ff472acfbae9ad1077a3dc6f2309e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-10T12:52:58+02:00
pua_dialoginfo: goto error in case of failures inside build_dialoginfo()