[OpenSIPS-Devel] [OpenSIPS/opensips] d7db1e: If we did not request qop to start with when chall...

Maksym Sobolyev noreply at github.com
Mon Mar 20 18:21:01 UTC 2023


  Branch: refs/heads/3.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: d7db1eadd8fc14431c3062f3c7fffdb814f888f6
      https://github.com/OpenSIPS/opensips/commit/d7db1eadd8fc14431c3062f3c7fffdb814f888f6
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M modules/auth/api.c

  Log Message:
  -----------
  If we did not request qop to start with when challenging then
no additional work needs to be done after receiving authentication
with no qop.

Reported by:	efes99999 at gmail.com, callum.guy at x-on.co.uk, gshepard at sangoma.com


  Commit: 60491604a6f2c3a874786ee7b7adbdd99fce666e
      https://github.com/OpenSIPS/opensips/commit/60491604a6f2c3a874786ee7b7adbdd99fce666e
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M net/trans.c

  Log Message:
  -----------
  Fix off-by-one error allocating space for protos[]. Reported by
OSS-Fuzz.


  Commit: f75381b4a4f15c2a7f3ed086081fda89b04f7d91
      https://github.com/OpenSIPS/opensips/commit/f75381b4a4f15c2a7f3ed086081fda89b04f7d91
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M pvar.c

  Log Message:
  -----------
  Expect that protos[proto].name can be NULL.


  Commit: df9fb6324fdd2437dc5b42b341b9039db0eb0ec3
      https://github.com/OpenSIPS/opensips/commit/df9fb6324fdd2437dc5b42b341b9039db0eb0ec3
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M parser/contact/contact.c

  Log Message:
  -----------
  Fix a pkg memory leak: when parsing of the Contact fails, free
all associated parameters that have been parsed so far, not just
the contact structure itself. Reported by OSS-Fuzz.


  Commit: 3b0cb05cba5903c1ddc0ac9923b7bd2e8d4455ad
      https://github.com/OpenSIPS/opensips/commit/3b0cb05cba5903c1ddc0ac9923b7bd2e8d4455ad
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M parser/contact/contact.c

  Log Message:
  -----------
  Fix skip_name() to not generate strings with bogus length.
Discovered by OSS-Fuzz.


Compare: https://github.com/OpenSIPS/opensips/compare/c0f4acc6f2ea...3b0cb05cba59



More information about the Devel mailing list