CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/08/30 16:20:03
Modified files: regress/usr.bin/mandoc/db/dbm_dump: dbm_dump.c regress/usr.bin/mandoc/db/out: all.derr all.mout regress/usr.bin/mandoc/db/run: Makefile Added files: regress/usr.bin/mandoc/db/out: all.merr badarch.dout badarch0.dout baddesc.dout baddesc0.dout badfile.dout badfile0.dout badname.dout badname0.dout badsect.dout badsect0.dout threearch.dout Log message: Test handling of invalid pointers in the pages table. In such cases, do not access NULL pointers in dbm_dump. Make the setup in the run/Makefile a bit more systematic. Output starts getting too long, so make everything silent; you can always use "make -dl" to debug specific tests.