mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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
4 lines
97 B
Makefile
4 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
all:
|
|
@m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
|