diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-03 09:15:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-04 11:48:57 -0800 |
commit | 0072151e81aec9c504f2be93f0562f270ffac2c8 (patch) | |
tree | 3836518c256d33829ac94e695d5cce8cb77d0840 /regexec.c | |
parent | 14c287842e05fc65fd5d35b6ce06734e2fa161bc (diff) | |
download | perl-0072151e81aec9c504f2be93f0562f270ffac2c8.tar.gz |
utf8.h: Need to make sure macro result fits in byte
The UTF8_TWO_BYTE_HI_nocast() macro has an error in it, in that the
START_MARK is larger than a byte, and only the last 8 bits of it are
relevant. This hasn't caused a problem because the macro hasn't been
called directly, but from other macros that make sure the result gets
cast to a U8.
Diffstat (limited to 'regexec.c')
0 files changed, 0 insertions, 0 deletions