Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 16:39:44 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 dump_machdep.c
Message-ID:  <200210202339.g9KNdivl091572@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/10/20 16:39:44 PDT

  Modified files:
    sys/ia64/ia64        dump_machdep.c 
  Log:
  In cb_dumphdr() we were calling buf_write() with di->priv as the
  pointer to a dumperinfo instead of di. A brainfart, surely. This
  bug went unnoticed for all this time because the pointer is only
  used by buf_write() when it can write a completely filled buffer
  to the dump device. This depends on the number of memory chunks
  that needs to be dumped. This has apparently been low enough that
  it has never happened up until this point.
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/ia64/ia64/dump_machdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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