[OpenSIPS-Devel] [OpenSIPS/opensips] f18be8: tm: Drop redundant function parameter

Liviu Chircu liviu at opensips.org
Fri Nov 16 11:36:42 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f18be86a5f3f277f1cd7f34669974da039666526
      https://github.com/OpenSIPS/opensips/commit/f18be86a5f3f277f1cd7f34669974da039666526
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M modules/tm/tm.c

  Log Message:
  -----------
  tm: Drop redundant function parameter


  Commit: 853755f11d372c29866bed948796320314540084
      https://github.com/OpenSIPS/opensips/commit/853755f11d372c29866bed948796320314540084
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M modules/tm/h_table.c
    M modules/tm/t_funcs.h
    M modules/tm/t_fwd.c

  Log Message:
  -----------
  tm: Properly re-init branches after t_relay("0x02") fails

A t_relay("0x02") failure would do the required t->uac[] array element
buffer cleanups (good!) but then have these elements completely zeroized
(bad!).  These entries must additionally be initialized afterwards,
similarly to how init_branches() leaves them after a new transaction is
built.

Many thanks to Debasis Das from Twilio for reporting this bug.


  Commit: 2196fbc96b622ce1612e9de2e6444bf5058988f1
      https://github.com/OpenSIPS/opensips/commit/2196fbc96b622ce1612e9de2e6444bf5058988f1
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M modules/tm/t_funcs.c
    M modules/tm/t_funcs.h

  Log Message:
  -----------
  tm: Improve code readability


Compare: https://github.com/OpenSIPS/opensips/compare/8bbc18588873...2196fbc96b62
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Devel mailing list