History log of /freebsd-12.1/contrib/netbsd-tests/lib/libc/stdio/t_printf.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 1c227d00 06-Jul-2017 Enji Cooper <[email protected]>

:snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise
the limit to 32MB instead.

Require user=root and memory=64MB+ first so one can be reasonably sure that
the test will fun

:snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise
the limit to 32MB instead.

Require user=root and memory=64MB+ first so one can be reasonably sure that
the test will function appropriately.

MFC after: 1 month
MFC with: r320726
PR: 220502

show more ...


# 1f73e6d8 06-Jul-2017 Enji Cooper <[email protected]>

Expect :snprintf_float to segfault

This issue started occurring within the past month or so.

PR: 220502
Reported by: Jenkins (amd64-head job)


# 7931520d 10-Jan-2017 Enji Cooper <[email protected]>

Diff reduce with upstream by removing signal.h #include

MFC after: 3 days


# 130a08a3 31-Oct-2016 Ruslan Bukin <[email protected]>

Detect integer overflow and limit the number of positional
arguments in the string format.

Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision: https://reviews.freebsd.org/D8286


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0
# 952234df 01-Nov-2014 Enji Cooper <[email protected]>

Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSes