History log of /freebsd-src/contrib/netbsd-tests/lib/libc/stdio/t_printf.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 1c227d00 06-Jul-2017 Enji Cooper <ngie@FreeBSD.org>

: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 <ngie@FreeBSD.org>

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 <ngie@FreeBSD.org>

Diff reduce with upstream by removing signal.h #include

MFC after: 3 days


# 130a08a3 31-Oct-2016 Ruslan Bukin <br@FreeBSD.org>

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


# 952234df 01-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

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


# 57718be8 02-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...