Re: man segfault diff

2012-02-05 Thread Ingo Schwarze
Hi Tobias, Tobias Ulmer wrote on Tue, Jan 31, 2012 at 04:37:23AM +0100: > - Remove confusing unused len fields from TAG and ENTRY > - Remove a couple of internal unused variables > - Prevent parse_path() from inserting empty ENTRYs into the list, > leading to a crash due to negative array acces

Re: man segfault diff

2012-01-31 Thread Tobias Ulmer
Fix my own 'emtpy' typo, spotted by Theo. Index: config.h === RCS file: /home/vcs/cvs/openbsd/src/usr.bin/man/config.h,v retrieving revision 1.5 diff -u -p -r1.5 config.h --- config.h15 Sep 2004 22:20:03 - 1.5 +++ config.

man segfault diff

2012-01-30 Thread Tobias Ulmer
- Remove confusing unused len fields from TAG and ENTRY - Remove a couple of internal unused variables - Prevent parse_path() from inserting empty ENTRYs into the list, leading to a crash due to negative array access later on. >From what I can tell, changing config.h affects man, whatis and apro