CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/18 20:08:49
Modified files:
usr.bin/find : misc.c
Log message:
brace_subst: fix single NUL byte overflow after reallocarray()
The check for sufficient space when performing brace substitution
did not take into account space for the terminating NUL byte.
>From Thomas Habets
