mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
I fixed from strcasecmp to strncasecmp. However, strncasecmp is specify size to #3 parameter. Hence, Add check length to mime and aliases. Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>