cvs commit: src/sys/vm vm_map.c

Alan Cox alc at FreeBSD.org
Thu Nov 1 23:33:21 PDT 2007


alc         2007-11-02 06:33:20 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/vm               vm_map.c 
  Log:
  MFC revision 1.389
    Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed
    since revision 1.1.  Specifically, neither traversal of the vm map checks
    whether the end of the vm map has been reached.  Consequently, the first
    traversal can wrap around and bogusly return an error.
  
  Revision   Changes    Path
  1.366.2.7  +4 -2      src/sys/vm/vm_map.c


More information about the cvs-src mailing list