Dana Robinson d8fbc56f78
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
2023-09-27 09:56:25 -05:00
..
2023-09-26 13:11:22 -07:00
2023-09-26 13:46:55 -07:00
2022-11-01 16:02:27 -05:00