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

Maksym Sobolyev noreply at github.com
Mon Mar 20 16:54:40 UTC 2023


  Branch: refs/heads/3.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a0d495bd1a55f7d5b5637493360e7e6148ecc0d2
      https://github.com/OpenSIPS/opensips/commit/a0d495bd1a55f7d5b5637493360e7e6148ecc0d2
  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: b0ef7e0ade389b5eeb2b56c62e39fdc514789bdd
      https://github.com/OpenSIPS/opensips/commit/b0ef7e0ade389b5eeb2b56c62e39fdc514789bdd
  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: 4f929bd70708108aba21b4ecb925236b0fe177ae
      https://github.com/OpenSIPS/opensips/commit/4f929bd70708108aba21b4ecb925236b0fe177ae
  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: 389caf386c0400a078ac8bdb7e468fbccc81625b
      https://github.com/OpenSIPS/opensips/commit/389caf386c0400a078ac8bdb7e468fbccc81625b
  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: f9a0a3fef35ffa75c99ca5769cee6c5a813a9901
      https://github.com/OpenSIPS/opensips/commit/f9a0a3fef35ffa75c99ca5769cee6c5a813a9901
  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/5e9fadb07322...f9a0a3fef35f



More information about the Devel mailing list