[OpenSIPS-Devel] [OpenSIPS/opensips] 1b3c72: Fix memory leaks in stir_shaken module

Liviu Chircu noreply at github.com
Tue Nov 25 09:01:39 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1b3c7253778930e9daac423a9970c33f10a48377
      https://github.com/OpenSIPS/opensips/commit/1b3c7253778930e9daac423a9970c33f10a48377
  Author: Patrice Fournier <patrice.fournier at t38fax.com>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M modules/stir_shaken/stir_shaken.c

  Log Message:
  -----------
  Fix memory leaks in stir_shaken module

The stir_shaken module would leak memory any time a signature was added
to a reply instead of the request or returned in a variable. This commit
makes sure the Identity header lump does not get duplicated and freed
only once. Also fixed possible memory leaks in case of issues while
adding a date header to a request without one.


  Commit: e7dc1e480297069b1b848f8a7b3e159f47097d38
      https://github.com/OpenSIPS/opensips/commit/e7dc1e480297069b1b848f8a7b3e159f47097d38
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M modules/stir_shaken/stir_shaken.c

  Log Message:
  -----------
  Merge pull request #3761 from pfournier/stir-shaken-memory-leaks

Fix memory leaks in stir_shaken module


Compare: https://github.com/OpenSIPS/opensips/compare/e3bec7e26615...e7dc1e480297

To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications



More information about the Devel mailing list