Module: kamailio Branch: master Commit: 4767914ff7e29771ca4261dea38e8dff2b5dd3d2 URL: https://github.com/kamailio/kamailio/commit/4767914ff7e29771ca4261dea38e8dff2b5dd3d2
Author: Norm Brandinger <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-13T16:06:15+01:00 rtpengine: fix NULL pv_spec_t dereference in DTMF event handling Guard all pv_spec_t setf() calls in rtpengine_raise_dtmf_event() with NULL checks. When DTMF event pvars are not configured via modparams, the corresponding pv_spec_t pointers remain NULL, causing a segfault when rtpengine sends a DTMF notification. Co-Authored-By: Claude Opus 4.6 <[email protected]> --- Modified: src/modules/rtpengine/rtpengine.c --- Diff: https://github.com/kamailio/kamailio/commit/4767914ff7e29771ca4261dea38e8dff2b5dd3d2.diff Patch: https://github.com/kamailio/kamailio/commit/4767914ff7e29771ca4261dea38e8dff2b5dd3d2.patch _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
