]> git.ipfire.org Git - thirdparty/asterisk.git/commit
gcc14: Fix issues caught by gcc 14
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 3 Jan 2025 21:39:52 +0000 (14:39 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 2 Jun 2025 13:37:24 +0000 (13:37 +0000)
commit3c5c986d7699d2e90dd1643dec51dc1aec5cd4c1
tree6fa3a4b579a40c810c3d50432ad44cc09b3438ec
parentc53acca6ab4e6130b22d42fbfa2cb322c32cd515
gcc14: Fix issues caught by gcc 14

* reqresp_parser.c: Fix misuse of "static" with linked list definitions
* test_message.c: Fix segfaults caused by passing NULL as an sprintf fmt

(cherry picked from commit d80361d6defef331b12ec2634aea0827a7ac3616)
channels/sip/reqresp_parser.c
tests/test_message.c