History log of /freebsd-current/contrib/libexecinfo/backtrace.c
Revision Date Author Comments
# 999c1fd6 29-Jul-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Remove usage of _WITH_DPRINTF


# 3e7aca6f 21-Nov-2013 Ed Maste <emaste@FreeBSD.org>

libexecinfo: Include terminating null in byte count

Otherwise, a formatted string with a strlen equal to the remaining
buffer space would have the last character omitted (because vsnprintf
always null-terminates), and later the assert in backtrace_symbols_fmt
would fail.

MFC after: 3 days
Sponsored by: DARPA, AFRL


# 38ed7e07 22-Aug-2013 Ed Maste <emaste@FreeBSD.org>

FreeBSD compatibility for libexecinfo