Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2002 19:54:56 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <200203070354.g273su426272@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/03/06 19:54:56 PST

  Modified files:
    sys/vm               vm_map.c 
  Log:
  Fix a bug in the vm_map_clean() procedure.  msync()ing an area of memory
  that has just been mapped MAP_ANON|MAP_NOSYNC and has not yet been accessed
  will panic the machine.
  
  MFC after:      1 day
  
  Revision  Changes    Path
  1.213     +4 -1      src/sys/vm/vm_map.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?200203070354.g273su426272>