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

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-07-01T13:47:16+02:00

pv: increase PV_ESCSTR_SIZE to 32

---

Modified: src/modules/pv/pv_core.c

---

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

---

diff --git a/src/modules/pv/pv_core.c b/src/modules/pv/pv_core.c
index ca0a7388475..772fe872a93 100644
--- a/src/modules/pv/pv_core.c
+++ b/src/modules/pv/pv_core.c
@@ -1488,7 +1488,7 @@ int pv_get_body_size(struct sip_msg *msg, pv_param_t 
*param, pv_value_t *res)
 }
 
 
-#define PV_ESCSTR_SIZE 16
+#define PV_ESCSTR_SIZE 32
 int pv_get_escstr(struct sip_msg *msg, pv_param_t *param, pv_value_t *res)
 {
        static char _pv_escstr[PV_ESCSTR_SIZE];

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to