Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 1999 05:43:32 -0700 (PDT)
From:      Mark Newton <newton@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/svr4 svr4_stat.c svr4_stat.h svr4_types.h
Message-ID:  <199907301243.FAA40375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
newton      1999/07/30 05:43:32 PDT

  Modified files:
    sys/svr4             svr4_stat.c svr4_stat.h svr4_types.h 
  Log:
  Fix panic caused when *stat64() family of syscalls try to fill-in
  their svr4_stat64 structures with old dev_t values instead of udev_t's.
  Panic was caused when major() and minor() were called with args which
  weren't pointers.  The panic was probably introduced in rev 1.51 of
  kern_conf.c
  
  Revision  Changes    Path
  1.3       +22 -44    src/sys/svr4/svr4_stat.c
  1.2       +2 -0      src/sys/svr4/svr4_stat.h
  1.2       +4 -2      src/sys/svr4/svr4_types.h



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?199907301243.FAA40375>