]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx.c: Properly parse labels with leading digits
authorSean Bright <sean.bright@gmail.com>
Thu, 11 Apr 2019 17:49:38 +0000 (13:49 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 11 Apr 2019 18:37:34 +0000 (14:37 -0400)
commit7666fdc39491386f9bfb1600a79454f12e321842
tree26c65e33a5a5cd5949871a924bbd5afd20c39028
parent1a4fbaa52ed309c9666a80c98b9fb5a2d8fdaf66
pbx.c: Properly parse labels with leading digits

If the target of a Goto is a label that starts with a number, we
erroneously treat the leading digits as a priority.

ASTERISK-20182 #close
Reported by: Janu

Change-Id: Ia78408c0805a729103917247ecfc802f6fafc94b
main/pbx.c