Module Name: src Committed By: christos Date: Thu Nov 21 16:02:21 UTC 2013
Modified Files: src/lib/libexecinfo: backtrace.c Log Message: >From Ed Maste: 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libexecinfo/backtrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.