]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Protect access to nochecksums with #ifdef
authorGuido Falsi <madpilot@FreeBSD.org>
Sun, 26 Apr 2020 10:56:47 +0000 (12:56 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 28 Apr 2020 18:56:05 +0000 (13:56 -0500)
commitf44bd5c80679bdc4e48431cccadee1a1d35b79c0
tree9b428ae3552e8175cb458e91ece30db27fa5ae99
parent2a7a252ba136e556201bdd97432123c12c8ab135
res_rtp_asterisk: Protect access to nochecksums with #ifdef

Recently code accessing nochecksums variable has been added without including #ifdef SO_NO_CHECK protection, while the variable is created only when such constant is defined.

ASTERISK-28852 #close

Change-Id: I381718893b80599ab8635f2b594a10c1000d595e
res/res_rtp_asterisk.c