Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential uninitialized variable (#3602)
Moves a union initialization up a bit so it's performed before code that can jump to the cleanup target, where file descriptors could be checked without being initialized. This could only happen in test code and only in an out-of-memory situation. Fixes Coverity 1542254
- Loading branch information