CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/01/06 17:11:11
Modified files: usr.sbin/identd: identd.c Log message: the return from asprintf does NOT include the space used by the terminating \0 character. if i want to use it as a c string i have to take that into account. found by simon kuhnle who supplied a good bug report. prodded by deraadt@