Searched hist:204761 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/apply/
H A Dapply.cdiff 204761 Fri Mar 05 13:32:03 MST 2010 jh - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.
snprintf(3) doesn't set errno in the tested cases.
- If the same argument reference (for example %1) was specified more than
once, the command didn't necessarily fit to the final command buffer. Fix
this using a dynamic sbuf buffer. Add a few regression tests for the case.

PR: bin/95079
No objections: freebsd-hackers

Completed in 112 milliseconds