This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re_intuit_start(): assert fixed+float dont overlap
authorDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 12:54:27 +0000 (12:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 14:04:55 +0000 (14:04 +0000)
commitf7022b5a04f3da75047662acc8b74229a3406a09
tree05045b0a7805a89651458c8ed37fb8509da1c1fb
parent4ada123379923d0ba0d8620c3d182dfd347c1757
re_intuit_start(): assert fixed+float dont overlap

Currently it appears that the anchored and floating substring ranges don't
overlap. Assert this truth; it will force someone to audit the code first
if they wish to change that assumption.
regexec.c