mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
This avoids a crash in cases where the list of candidate encodings is so huge that alloca would fail. Such crashes have been observed when the list of encodings was larger than around 208,000 entries.