Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: 2642e14fb17fcc1ed24eab51bd0568bb743f51e2
https://github.com/OpenSIPS/opensips/commit/2642e14fb17fcc1ed24eab51bd0568bb743f51e2
Author: Liviu Chircu <[email protected]>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M modules/mid_registrar/save.c
M modules/usrloc/kv_store.c
Log Message:
-----------
mid_registrar: Fix mem management bugs around "max contacts"
* avoid UAF of the @uc pointer during iteration
* fix logic so that the current @c cannot be freed by trim_contacts()
itself, yet again leading to UAF type of bugs
usrloc: Fix rare memleak edge-case
Commit: dda9010efb6149c44a98cb2029215d0e28ee3f89
https://github.com/OpenSIPS/opensips/commit/dda9010efb6149c44a98cb2029215d0e28ee3f89
Author: Liviu Chircu <[email protected]>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M lib/reg/common.c
M lib/reg/common.h
M lib/reg/doc/reg_modparams.xml
M modules/mid_registrar/save.c
M modules/registrar/save.c
Log Message:
-----------
registrars: Accept Re-REGISTERs with equal CSeq
New module setting for both registrar and mid-registrar which controls
the policy on handling same Call-ID REGISTERs, with the same CSeq.
modparam: allow_dup_cseq
default: true
Ultimately, this boils down to a trade-off between interoperability and
RFC strictness. More info in the modparam documentation.
Compare:
https://github.com/OpenSIPS/opensips/compare/92a7d9c4892b...dda9010efb61
To unsubscribe from these emails, change your notification settings at
https://github.com/OpenSIPS/opensips/settings/notifications
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel