]> git.ipfire.org Git - thirdparty/asterisk.git/commit
acl.c: Coerce a NULL pointer into the empty string
authorSean Bright <sean.bright@gmail.com>
Mon, 13 Jul 2020 20:42:40 +0000 (16:42 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 20 Jul 2020 14:57:52 +0000 (09:57 -0500)
commitff90e006773c6d219fcc3646420d373fdbd32f33
tree1789e811bf4c907d032f4c1ab83150dca75cff14
parentbcdc3ec645f6f824c423e93826774ccde454320c
acl.c: Coerce a NULL pointer into the empty string

If an ACL is misconfigured in the realtime database (for instance, the
"rule" is blank) and Asterisk attempts to read the ACL, Asterisk will
crash.

ASTERISK-28978 #close

Change-Id: Ic1536c4df856231bfd2da00128f7822224d77610
main/acl.c