]> 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)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 20 Jul 2020 16:37:48 +0000 (11:37 -0500)
commit7a43bedd72f8ac7c74033c824103297db9bd56ce
tree23c4a23144aa66f5976765abb0978a6f48875d11
parent8d15f7272102f39d0f64093f6f30bc62ac28e382
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