Branch: refs/heads/3.2 Home: https://github.com/OpenSIPS/opensips Commit: d7db1eadd8fc14431c3062f3c7fffdb814f888f6 https://github.com/OpenSIPS/opensips/commit/d7db1eadd8fc14431c3062f3c7fffdb814f888f6 Author: Maksym Sobolyev <sobo...@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: efes99...@gmail.com, callum....@x-on.co.uk, gshep...@sangoma.com Commit: 60491604a6f2c3a874786ee7b7adbdd99fce666e https://github.com/OpenSIPS/opensips/commit/60491604a6f2c3a874786ee7b7adbdd99fce666e Author: Maksym Sobolyev <sobo...@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 <sobo...@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 <sobo...@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 <sobo...@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 _______________________________________________ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel