CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/03/28 13:16:15
Modified files: usr.bin/mandoc : mansearch.c Log message: Properly initialize malloc(3)ed memory. With this bug fix, partly unitialized memory could sometimes be returned, sometimes causing crashes by bogus free(3)s in apropos(1).