mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
4177257178
* sid can never be NULL because it was NULL-checked earlier * Change namelen to size_t because it is always unsigned and less in size than size_t * Remove redundant check on ser It can't be NULL, and even if it could, the ser++ would be UB.