CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/07/19 07:31:28

Modified files:
        usr.bin/mg     : echo.c 

Log message:
use strncmp instead of memcmp in complt()

cpos is not necessarely shorter than lh->l_name length, so we might end
up memcmp'ing out of bounds.

from Han Boetes (hboetes at gmail)

Reply via email to