mirror of https://github.com/asterisk/asterisk
When using TCP transport with chan_pjsip, the TCP_NODELAY option value was allocated on the stack, then passed as a pointer to the tcp transport configuration structure, and later re-used on subsequently created sockets when it was no longer valid. This patch changes the allocation to be a static. ASTERISK-26180 #close Reported by: Scott Griepentrog Change-Id: I3251164c7f710dbdab031282f00e30a9770626a0changes/51/3151/2
parent
ac6824e4c3
commit
e26bd15e7a
Loading…
Reference in new issue