freebsd-dev/sbin/ddb
John Baldwin 742765c971 When extracting the capture buffer from a crashdump, only read the valid
portion of the capture buffer (db_capture_bufoff vs db_capture_bufsize).
This could result in outputting garbage (e.g. lots of 'p' characters if
DIAGNOSTIC is enabled) after the end of the capture buffer.  While here,
fix a spelling nit.

Reported by:	Mikolaj Golub  to my trociny of gmail
MFC after:	3 days
2009-10-29 13:44:58 +00:00
..
ddb_capture.c When extracting the capture buffer from a crashdump, only read the valid 2009-10-29 13:44:58 +00:00
ddb_script.c
ddb.8 Apply various fixes: 2008-12-24 11:12:21 +00:00
ddb.c Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
ddb.h Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
Makefile Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00