CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2018/08/16 09:04:45

Modified files:
        usr.bin/mandoc : man_validate.c mdoc_validate.c 

Log message:
Do not calculate a pointer to a memory location before the beginning of
a static array.  Christos Zoulas, Robert Elz, and Andreas Gustafsson
point out that is undefined behaviour by the C standard even if we
never access the pointer.

Reply via email to