K 10 svn:author V 3 hrs K 8 svn:date V 27 2015-09-02T16:50:49.365177Z K 7 svn:log V 242 - snprintf() returns at most size-1 of the chars printed into the buffer. (n == hostlen) also means the buffer length was too short. - Use sdl->sdl_data only when (sdl->sdl_nlen > 0 && sdl->sdl_alen == 0) to prevent redundant output. END