This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Issue #17372 - Deal with NOTHING regops in trie code properly
authorYves Orton <demerphq@gmail.com>
Thu, 9 Jan 2020 14:36:41 +0000 (15:36 +0100)
committerYves Orton <demerphq@gmail.com>
Thu, 9 Jan 2020 15:17:37 +0000 (16:17 +0100)
commitca902fb80835be4a725df117917a4b62cc7022fe
tree43bfb7e369bd9cce4e468c5b755725563d7e2f68
parent1b173b1fa53496c5a579f43695eb238b2dd8e06a
Fix Issue #17372 - Deal with NOTHING regops in trie code properly

We weren't handling NOTHING regops that were not followed
by a trieable type in the trie code.
regcomp.c
t/re/re_tests