CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/03 23:32:42
Modified files:
usr.bin/mandoc : dbm.c
Log message:
lstmatch() expects a list of strings separated by \0 and terminated
with \0\0. In the NULL case dbm_page_get() returned only simple
strings so correct processing was depending on data layout. Use
an additional \0 to terminate the single string lists. Found by
mandoc regress since llvm linker on amd64 arranges strings differently.
OK schwarze@
