@linuxmaniac commented on this pull request.


> @@ -417,12 +450,17 @@ int process_body(str notify_body, udomain_t *domain)
                                        if(xmlStrcasecmp(params->name, BAD_CAST 
"unknown-param")
                                                        != 0)
                                                goto next_param;
-                                       len += 1 /* ; */
-                                                  + 
strlen(xmlGetAttrContentByName(params, "name"));
+                                       char *param_name = 
xmlGetAttrContentByName(params, "name");

char *param_name should be defined at the top

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3953#pullrequestreview-2253990464
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/3953/review/2253990...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to