]> 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:18 +0000 (16:36 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 20 Nov 2014 16:36:18 +0000 (16:36 +0000)
commita26057ea42c3e24f474e9211572e76556f818d48
treed769af32872594d89220a504c3a4725e8d3f46ce
parent6ef3bfb971dd16dfb0ad16f1c5b61c82d40dd992
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/branches/12@428422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/acl.c