[GIT-PULLS] [php-src] PR #23275: fix(LiteSpeed): fix return uninitialized value
[email protected] (zeriyoshi)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23275 Author: zeriyoshi While working on #22730 , I found this issue using Valgrind. The `ret` variable is being returned without being initialized. Additionally, the builded SAPI was not properly excluded from Git.