Nick Kralevich 2ed20f8768 Avoid leaking sockets.
When a DNS lookup fails, we end up creating a datagram socket
but never properly close it.  This wastes limited valuable file
descriptors and causes CTS test failures.  Generally, we should
ensure that sockets or files are opened in a try block, and closed
in a finally block.

Bug: 3276283
Change-Id: I3432f3bc061268c7367948230f6edbdfcec55892
2010-12-13 14:32:17 -08:00
2010-12-13 14:32:17 -08:00
2010-09-28 17:50:50 -07:00
2010-03-16 09:59:06 -07:00
2010-11-13 22:02:13 -08:00
2010-03-29 18:12:24 -07:00
2010-11-04 16:17:52 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%