mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Use FileDescriptor for TcpSocketTest fixture members
Use the FileDescriptor helper class to manage the lifetime of file descriptors held as TcpSocketTest members. This will help prevent leaks if some part of the test setup fails. Also rename `first_fd` and `second_fd` to be a) more meaningfully named and b) conform to Google C++ naming conventions for class members. Updates #8028 PiperOrigin-RevId: 478527874
This commit is contained in:
+180
-180
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user