php-src/ext/mbstring/libmbfl
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
..
filters Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIES 2017-07-23 12:19:27 +02:00
mbfl Merge branch 'PHP-5.6' into PHP-7.0 2016-12-17 20:45:22 +01:00
nls - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
tests trailing whitespace removal 2015-01-10 15:07:38 -08:00
AUTHORS - added koi8-u (Ukrainian) and CP1254 (Turkish). 2008-07-05 06:52:04 +00:00
buildconf
config.h.in - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
config.h.w32 - Fix win32 build. (notified by Rob. Thanks) 2010-03-15 14:19:51 +00:00
configure.in - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
DISCLAIMER
INSTALL
LICENSE
Makefile.am - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
NEWS Replaces php5 with php7, without whitespace changes. 2014-09-20 10:01:44 +02:00
README

This is Libmbfl, a streamable multibyte character code filter and
converter library.

See LICENSE and DISCLAIMER for licensing information.

See the file INSTALL for building and installation instructions.

# $Id$