]> 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:36:54 +0000 (16:36 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2014 16:36:54 +0000 (16:36 +0000)
commit8e64f6a0af9c62b41c29b8e94b961f3e49b154a6
treebbcc9d4efd627be6859f6b211e824d7f49be5479
parente2181139c985ae35174f956020e69f1ee07fa2f8
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
........

Merged revisions 428422 from http://svn.asterisk.org/svn/asterisk/branches/12

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