]> 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)
committerSean Bright <sean.bright@gmail.com>
Mon, 13 Jul 2020 20:44:20 +0000 (15:44 -0500)
commit7d487b8cb62b4daf85a0fb7067e21aa8846dfe5c
treee3a1341d0508efc98c6c630515caae92010184fd
parentc3b3b681fbcc8af4c1d0aff002d3a76c99db3336
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