mirror of
https://github.com/php/php-src.git
synced 2026-04-12 10:33:11 +02:00
For some reason, GCC warns[1]: | ‘blacklist_path_length’ may be used uninitialized in this function | [-Werror=maybe-uninitialized] This looks like a false positive to me, but it doesn't hurt to explicitly initialize the variable. [1] <https://github.com/php/php-src/runs/7502212969?check_suite_focus=true> Closes GH-9129.