php-src/ext/mbstring
Christoph M. Becker e617f03066 Fix #77367: Negative size parameter in mb_split
When adding the last element to the result value of `mb_split`, the
`chunk_pos` may point beyond the end of the string, in which case the
unsigned `n` would underflow.  Therefore, we check whether this is the
case in the first place, and only calculate `n` otherwise.  Since `n`
is no longer used outside the block, we move its declaration inside.
2019-01-06 12:24:15 -08:00
..
libmbfl Remove the "auto" encoding 2018-10-17 12:50:24 +02:00
oniguruma Merge branch 'PHP-7.2' into PHP-7.3 2019-01-06 12:23:53 -08:00
tests Fix #77367: Negative size parameter in mb_split 2019-01-06 12:24:15 -08:00
ucgendat Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
config.m4 Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
mb_gpc.c Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
mb_gpc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mbstring.c Fixed bug #77165 2018-11-15 17:16:39 +01:00
mbstring.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
oniguruma.patch Update to Oniguruma 6.7.1 2018-03-10 01:07:00 +01:00
php_mbregex.c Fix #77367: Negative size parameter in mb_split 2019-01-06 12:24:15 -08:00
php_mbregex.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
php_onig_compat.h
php_unicode.c Fixed bug #76319 2018-05-25 11:33:13 +02:00
php_unicode.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
unicode_data.h Update data tables for Unicode 11 2018-06-11 20:25:37 +02:00