mirror of https://github.com/php/php-src
Browse Source
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).pull/2648/head
committed by
Nikita Popov
4 changed files with 26 additions and 2 deletions
Loading…
Reference in new issue