mirror of
https://github.com/php/php-src.git
synced 2026-04-05 23:23:03 +02:00
This is a false positive. The cycle detection code stops at 10.000 iterations. Instead of stopping at a fixed amount, make it more robust by implementing Floyd's cycle detection algorithm. Closes GH-12954.