CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/10/04 11:04:50
Modified files: usr.bin/nc : netcat.c Log message: Plug TLS context leak in nc(1) server and client mode. Move tls_free(3) directly after close(2) to catch all cases. based on a patch from Nan Xiao; OK tb@ deraadt@