mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
3e7aca6f4e
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