Danny Canter
619354ef74
Don't ignore possible errors from dup(2) ( #382 )
...
Everytime we grab a vsock connection we dup the conn and close the
original, otherwise we'd need to carry around the vsock connection type
everywhere as it closes the fd in its destructor. We weren't checking
the return value of dup however, so if it did fail we'd have a useless
filehandle with an fd of -1.
2025-11-06 15:48:02 -08:00
..
2025-10-16 14:03:23 -07:00
2025-10-16 14:23:39 -07:00
2025-11-05 15:06:24 -08:00
2025-10-16 14:03:23 -07:00
2025-10-03 13:27:59 -07:00
2025-10-23 03:27:24 -07:00
2025-10-08 10:09:10 -04:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-16 14:03:23 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-31 14:27:39 -07:00
2025-10-29 16:44:28 -07:00
2025-11-03 14:09:56 -08:00
2025-10-20 10:52:48 -07:00
2025-10-16 11:52:45 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-11-03 14:09:56 -08:00
2025-10-08 10:09:10 -04:00
2025-10-03 13:27:59 -07:00
2025-10-21 01:23:00 -07:00
2025-10-21 01:23:00 -07:00
2025-10-21 01:23:00 -07:00
2025-11-05 15:06:24 -08:00
2025-10-03 13:27:59 -07:00
2025-10-03 13:27:59 -07:00
2025-11-03 14:09:56 -08:00
2025-11-06 15:48:02 -08:00
2025-11-06 15:48:02 -08:00
2025-10-28 02:24:53 -07:00