CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/10/17 14:19:15
Modified files: usr.bin/finger : extern.h lprint.c sprint.c util.c Log message: Instead of doing strvis() of gecos string on output, do it when storing them in struct person since they are only used for output. Uses reallocarray() for overflow detection. OK deraadt@