[sr-dev] git:master:97b15611: tm: make t_run_local_req reentrant

grumvalski federico.cabiddu at gmail.com
Wed Dec 6 17:18:50 CET 2017


Module: kamailio
Branch: master
Commit: 97b15611ad87e36dd17ba76a77cb8817d974806b
URL: https://github.com/kamailio/kamailio/commit/97b15611ad87e36dd17ba76a77cb8817d974806b

Author: grumvalski <federico.cabiddu at gmail.com>
Committer: grumvalski <federico.cabiddu at gmail.com>
Date: 2017-11-30T15:06:27+01:00

tm: make t_run_local_req reentrant

- avoid crash when local-request event route is triggered inside another one

---

Modified: src/modules/tm/uac.c

---

Diff:  https://github.com/kamailio/kamailio/commit/97b15611ad87e36dd17ba76a77cb8817d974806b.diff
Patch: https://github.com/kamailio/kamailio/commit/97b15611ad87e36dd17ba76a77cb8817d974806b.patch

---

diff --git a/src/modules/tm/uac.c b/src/modules/tm/uac.c
index dddeb0aa34..7b78a609b3 100644
--- a/src/modules/tm/uac.c
+++ b/src/modules/tm/uac.c
@@ -221,7 +221,7 @@ static inline int t_run_local_req(
 		uac_req_t *uac_r,
 		struct cell *new_cell, struct retr_buf *request)
 {
-	static struct sip_msg lreq;
+	struct sip_msg lreq = {0};
 	struct onsend_info onsnd_info;
 	tm_xlinks_t backup_xd;
 	int sflag_bk;




More information about the sr-dev mailing list