THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#338 - Kamailio 4.0.x crash with pua_reginfo : reginfo_handle_notify
User who did this - Wonbin Cho (wbcho)

----------
Hi, 
I have attached the patch to this comment.

--- patch/pua_reginfo/notify.c.old
+++ kamailio-4.0.3/modules/pua_reginfo/notify.c
@@ -374,7 +374,8 @@
 next_registration:
                // if (ul_record) ul.release_urecord(ul_record);                
                /* Unlock the domain for this AOR: */
-               ul.unlock_udomain(domain, &aor);
+               if (aor.len > 0)
+                       ul.unlock_udomain(domain, &aor);
 
                registrations = registrations->next;
        }

Thanks!
----------

One or more files have been attached.

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=338#comment1073

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to