This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Since NUM_ANYOF_CODE_POINTS is 256, this_end is always < 256.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 26 Aug 2015 02:45:57 +0000 (22:45 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 9 Oct 2015 11:05:34 +0000 (07:05 -0400)
commite9dee73fe1052d799e4a98e38b709ae8305c6113
treea130b02cd7a74c07dcfb738a60f29adef4cf279d
parent26773d9db95bf8e46e7e9b368e9f200d3e33f72e
Since NUM_ANYOF_CODE_POINTS is 256, this_end is always < 256.

(And the %04X will not happen.)

(regcomp.h says that in theory NUM_ANYOF_CODE_POINTS can be more than 256.)

Coverity CID 104774
regcomp.c