CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2001/08/13 09:30:23 Modified files: lib/libc/gen : vis.c Log message: Explicitly NUL terminate dst in strvis() and strvisx() in case we are passes an empty string. vis() and strnvis() were already OK. Based on patch by wilfried@openbsd.org