CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/01 11:49:40
Modified files:
usr.bin/deroff : deroff.c
Log message:
chars[] array needs to be sized 256 because it is indexed at many places
by (unsigned char) from input data.
from Renaud Allard
