[OpenSIPS-Devel] [OpenSIPS/opensips] c67280: dialog: do not populate dst_leg on unmatched dlg

Răzvan Crainea noreply at github.com
Mon Jan 15 13:57:20 UTC 2024


  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c67280cf4f16c7aa1b2d35a1623981ae58491023
      https://github.com/OpenSIPS/opensips/commit/c67280cf4f16c7aa1b2d35a1623981ae58491023
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M modules/dialog/dlg_hash.c

  Log Message:
  -----------
  dialog: do not populate dst_leg on unmatched dlg

Avoid chaning the dst_leg on unmatched dialogs, as this might lead to
inconsistent states. A common pattern is to match a dialog in state 5,
which would set a dst_leg, but then "invalidate" the dialog due to the
bad state - proceeding to a next dialog would not set the dst_leg (as it
was set by the previous match), leading to an invalid access in the
second dialog.

Credits go to NFON for reporting and providing valuable troubleshooting
information

(cherry picked from commit 224a3236cbeaeb06a897cb3beab8c3a0c3d5903f)





More information about the Devel mailing list