]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix error with mixed address family ACLs.
authorMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2014 16:44:42 +0000 (16:44 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2014 16:44:42 +0000 (16:44 +0000)
commitad80a0c4e3c1fd2a3410a6e84cf37996f6d796b0
tree9016b4d45940f9721b205b178797bfd1c42673ba
parent009d95c79a3a83816f01c67218bcb74a9bf2097e
Fix error with mixed address family ACLs.

Prior to this commit, the address family of the first item in an ACL
was used to compare all incoming traffic. This could lead to traffic
of other IP address families bypassing ACLs.

ASTERISK-24469 #close

Reported by Matt Jordan
Patches:
ASTERISK-24469-11.diff uploaded by Matt Jordan (License #6283)

AST-2014-012
........

Merged revisions 428402 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 428417 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/11.6@428432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/acl.c