krakjoe / ustring

UnicodeString for PHP7
Other
64 stars 7 forks source link

cast crashes #6

Closed pierrejoye closed 10 years ago

pierrejoye commented 10 years ago

I can fix it here later but just in case you are on it:

in php_ustring_cast:

Z_STR_P(zwrite) = STR_ALLOC(length+1, 0); already sets the length correctly and it should not be overridden afterwards. It leads to crash (wrong buffer size given to ICU > crash).