mirror of
https://github.com/php/php-src.git
synced 2026-04-17 21:11:02 +02:00
The MakerNote is not necessarily null-terminated, so we must not use `strlen()` to avoid OOB reads. Instead `php_strnlen()` is the proper way to handle this.