]> 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:54 +0000 (12:37 -0600)
commitf91262272eda3021555be9bfabeac88520698548
tree9d462882419e0ac7befccc7df541fde2d37c7049
parentb414cf09ac295a10eb79add848b133c374a9945b
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