Fortify issues in UDPEcho

Hi Below are the fortify issues that are raise on the UDP echo class.


1.The function setupSocketConnectedToAddress:port:error:() in UDPEcho.m sometimes fails to release a system resource allocated by socket().

sock = socket(AF_INET6, SOCK_DGRAM, 0);


Thanks and Regards,

Usman Ansari