Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2009 20:18:50 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ddb ddb_capture.c
Message-ID:  <200911022019.nA2KJ1Gf098129@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-11-02 20:18:50 UTC

  FreeBSD src repository

  Modified files:
    sbin/ddb             ddb_capture.c 
  Log:
  SVN rev 198820 on 2009-11-02 20:18:50Z by jhb
  
  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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.3       +1 -0      src/sbin/ddb/ddb_capture.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911022019.nA2KJ1Gf098129>