From noreply at github.com Mon May 5 13:14:16 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 05 May 2025 06:14:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] d49e09: stir_shaken: add global lock for loading the certi... Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d49e090c903ce0d4d631eee1ea28cf97e1c6358d https://github.com/OpenSIPS/opensips/commit/d49e090c903ce0d4d631eee1ea28cf97e1c6358d Author: Razvan Crainea Date: 2025-05-05 (Mon, 05 May 2025) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add global lock for loading the certificate This prevents a crash generated by openssl internals regarding resetting the error stack. Many thanks go to ConnexCS for the valuable reports and testing fixes! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon May 5 13:14:34 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 05 May 2025 06:14:34 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 579ba9: stir_shaken: add global lock for loading the certi... Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: 579ba99a210c73e0005c44affba1e60f6b7cc83d https://github.com/OpenSIPS/opensips/commit/579ba99a210c73e0005c44affba1e60f6b7cc83d Author: Razvan Crainea Date: 2025-05-05 (Mon, 05 May 2025) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add global lock for loading the certificate This prevents a crash generated by openssl internals regarding resetting the error stack. Many thanks go to ConnexCS for the valuable reports and testing fixes! (cherry picked from commit d49e090c903ce0d4d631eee1ea28cf97e1c6358d) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Mon May 5 13:15:36 2025 From: noreply at github.com (=?UTF-8?B?UsSDenZhbiBDcmFpbmVh?=) Date: Mon, 05 May 2025 06:15:36 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b614f7: stir_shaken: add global lock for loading the certi... Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: b614f7b05ee640ae55e19a9803fe613a1cffff48 https://github.com/OpenSIPS/opensips/commit/b614f7b05ee640ae55e19a9803fe613a1cffff48 Author: Razvan Crainea Date: 2025-05-05 (Mon, 05 May 2025) Changed paths: M modules/stir_shaken/stir_shaken.c Log Message: ----------- stir_shaken: add global lock for loading the certificate This prevents a crash generated by openssl internals regarding resetting the error stack. Many thanks go to ConnexCS for the valuable reports and testing fixes! (cherry picked from commit d49e090c903ce0d4d631eee1ea28cf97e1c6358d) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 6 09:47:09 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 06 May 2025 02:47:09 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] 6f7866: tm: Fix rare crashes during SRV failover (part 1) Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6f786660cffd97f73445c8307dc96bfab7073701 https://github.com/OpenSIPS/opensips/commit/6f786660cffd97f73445c8307dc96bfab7073701 Author: Liviu Chircu Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M modules/tm/t_msgbuilder.h Log Message: ----------- tm: Fix rare crashes during SRV failover (part 1) Fix a specific edge-case where OpenSIPS crashes with double pkg_free(), whenever: - SRV failover is engaged (SRV dest with a 408 or 503 reply from downstream) - a branch route is in use - script developer does a READ and WRITE on the $ru or $du, from this branch route Many thanks to Bogdan Iancu for helping troubleshoot this! To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 6 09:48:16 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 06 May 2025 02:48:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] ca03e3: tm: Fix rare crashes during SRV failover (part 1) Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: ca03e3da0ad5fbb251265a8889a84b338b33b76e https://github.com/OpenSIPS/opensips/commit/ca03e3da0ad5fbb251265a8889a84b338b33b76e Author: Liviu Chircu Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M modules/tm/t_msgbuilder.h Log Message: ----------- tm: Fix rare crashes during SRV failover (part 1) Fix a specific edge-case where OpenSIPS crashes with double pkg_free(), whenever: - SRV failover is engaged (SRV dest with a 408 or 503 reply from downstream) - a branch route is in use - script developer does a READ and WRITE on the $ru or $du, from this branch route Many thanks to Bogdan Iancu for helping troubleshoot this! (cherry picked from commit 6f786660cffd97f73445c8307dc96bfab7073701) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Tue May 6 09:48:18 2025 From: noreply at github.com (Liviu Chircu) Date: Tue, 06 May 2025 02:48:18 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] f525db: tm: Fix rare crashes during SRV failover (part 1) Message-ID: Branch: refs/heads/3.4 Home: https://github.com/OpenSIPS/opensips Commit: f525db97fb83078bb6711838509f83cb1116d714 https://github.com/OpenSIPS/opensips/commit/f525db97fb83078bb6711838509f83cb1116d714 Author: Liviu Chircu Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M modules/tm/t_msgbuilder.h Log Message: ----------- tm: Fix rare crashes during SRV failover (part 1) Fix a specific edge-case where OpenSIPS crashes with double pkg_free(), whenever: - SRV failover is engaged (SRV dest with a 408 or 503 reply from downstream) - a branch route is in use - script developer does a READ and WRITE on the $ru or $du, from this branch route Many thanks to Bogdan Iancu for helping troubleshoot this! (cherry picked from commit 6f786660cffd97f73445c8307dc96bfab7073701) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 7 12:13:44 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 07 May 2025 05:13:44 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] c6a7fc: [sqlops] fix sql_update() function Message-ID: Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c6a7fcb0c2094e53e4fec45437ab1f4114cb131e https://github.com/OpenSIPS/opensips/commit/c6a7fcb0c2094e53e4fec45437ab1f4114cb131e Author: Bogdan-Andrei Iancu Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: M modules/sqlops/sqlops_db.c Log Message: ----------- [sqlops] fix sql_update() function Due to some static vars, the KEYS and FILTERS of the "update" sql query were mixed. Reported by Norman Brandinger @NormB To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications From noreply at github.com Wed May 7 12:17:16 2025 From: noreply at github.com (Bogdan Andrei IANCU) Date: Wed, 07 May 2025 05:17:16 -0700 Subject: [OpenSIPS-Devel] [OpenSIPS/opensips] b8ec3c: [sqlops] fix sql_update() function Message-ID: Branch: refs/heads/3.5 Home: https://github.com/OpenSIPS/opensips Commit: b8ec3c3c27513239a7452ad8433293ba88cc3d7f https://github.com/OpenSIPS/opensips/commit/b8ec3c3c27513239a7452ad8433293ba88cc3d7f Author: Bogdan-Andrei Iancu Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: M modules/sqlops/sqlops_db.c Log Message: ----------- [sqlops] fix sql_update() function Due to some static vars, the KEYS and FILTERS of the "update" sql query were mixed. Reported by Norman Brandinger @NormB (cherry picked from commit c6a7fcb0c2094e53e4fec45437ab1f4114cb131e) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications