1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-04-07 06:59:58 +02:00
David Steele 615bdff403
Fix socket leak on connection retries.
This leak was caused by the file descriptor variable getting clobbered after a long jump. Mark it as volatile to fix.

Testing this is a bit complex because the issue only happens in optimized builds, if at all. Put the test into the performance suite, which is always optimized, until a better idea presents itself.
2021-12-14 14:53:41 -05:00
..
2021-10-21 17:25:32 -04:00