]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 198820:
authorjhb <jhb@FreeBSD.org>
Tue, 17 Nov 2009 15:28:14 +0000 (15:28 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 17 Nov 2009 15:28:14 +0000 (15:28 +0000)
commit23cf1900e07856ee6a957a3ce30896e400eb1a40
tree19ebc11b9f574c3c91ee19e6b3848b4484216d0f
parent2d322e385f4d20d7a3b4f1509d782f60f2091d4c
MFC 198820:
Ensure 'kvm' is always initialized.  If "-M" was not specified and the
garbage value on the stack was not zero, then 'ddb capture' would try to
use the garbage value as a kvm_t pointer.
sbin/ddb/ddb_capture.c