mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
The check for "outsiz" too large was probably sufficient to
catch failures, since it was cast to an unsigned (size_t).
However, it seems appropriate to add an explicit check for
a failed case (returning -1).
Discussed with: oshogbo
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| runat.1 | ||
| runat.c | ||