1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/mbstring
Christoph M. Becker 418da85f15 Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES
The HTML decoding filter uses the `opaque` member of mbfl_convert_filter
as buffer, but there was no copy constructor defined, what caused double
frees when the filter is copied (what happens multiple times in mb_strcut(),
for instance).
2017-07-23 12:19:27 +02:00
..
2017-05-30 15:40:32 +02:00
2015-05-13 22:28:35 +04:00
2017-01-04 11:14:55 -06:00
2014-12-13 23:06:14 +01:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00
2017-01-04 11:14:55 -06:00

!!Caution: DO NOT ADD/CHANGE MBSTRING CODE!!

New mbstring is under development, anyone who would like
add new feature/change behavior should access to development
source.

http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/php-i18n/

All changes made after 2002/5/19 are subject to be
removed.

You are warned in php-dev and php-cvs lists many times
already. If you are curious, search archive for details.

Thank you.