cvs commit: src/lib/libkvm kvm_amd64.c kvm_i386.c

Peter Wemm peter at FreeBSD.org
Wed Oct 19 22:41:39 PDT 2005


peter       2005-10-20 05:41:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libkvm           kvm_amd64.c kvm_i386.c 
  Log:
  Fix a well duplicated fencepost error that stopped crashdumps being
  readable on certain random memory configurations.  If the libkvm consumer
  tried to read something that was in the very last pdpe, pde or pte slot,
  it would bogusly fail.
  
  This is broken in RELENG_6 too.
  
  Revision  Changes    Path
  1.19      +3 -3      src/lib/libkvm/kvm_amd64.c
  1.18      +4 -4      src/lib/libkvm/kvm_i386.c


More information about the cvs-all mailing list