Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 1998 07:36:42 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern imgact_gzip.c
Message-ID:  <199806161436.HAA25105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/06/16 07:36:42 PDT

  Modified files:
    sys/kern             imgact_gzip.c 
  Log:
  Use copyout() instead of bcopy() to copy the image to user space.
  bcopy() caused panics under heavy paging (not quite as suspected -
  the kernel stack seemed to get corrupted).
  
  Fixed long lines.
  
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.33      +7 -5      src/sys/kern/imgact_gzip.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?199806161436.HAA25105>