mirror of https://github.com/php/php-src
Browse Source
there are multiple issues with this code - php_stream_read() returns an unsigned val, so is >= 0 - if it read less than sizeof(a) bytes, the function operates on garbage - result->channels is an unsigned val, so >= 0pull/858/head
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue