History log of /external/mdnsresponder/mDNSPosix/Responder.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f48f8a2e3417f93bc1f45930dbf9c4ea7523523d 19-Mar-2014 Dave Platt <dplatt@google.com> Fix mDNS socket leak during network configuration changes

Several rather important close() calls were embedded within
assert() macros. Not a good idea, as the macros don't compile
into anything at all in non-debug builds, and the close() calls
disappear entirely. This could eventually lead to failure of
the mDNS daemon when its file-descriptor table fills up with
orphans.

Bug: 13490553
Change-Id: I5978c055e8475d8f5be7e0242b80593b45ed71a1
/external/mdnsresponder/mDNSPosix/Responder.c
47e4cebad7397422144bb03a21f3f7682c062c4a 27-Mar-2012 Robert Greenwalt <rgreenwalt@google.com> Initial code submission for mDnsSd

AKA known as Bonjour.

Change-Id: I7ddf2238deaebe1bdd4c5da83b5ec9038ebec5c6
/external/mdnsresponder/mDNSPosix/Responder.c