cvs commit: src/sys/kern link_elf.c

Alan Cox alc at FreeBSD.org
Sun Aug 28 00:37:32 GMT 2005


alc         2005-08-28 00:19:54 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             link_elf.c 
  Log:
  Revert the previous change for two reasons: (1) If vm_map_find() succeeds
  but vm_map_wire() fails, then a vm object, vm map entries, and kernel_map
  free space is leaked and (2) unwiring is handled automatically by
  vm_map_remove().
  
  Suggested by:   tegge
  
  Revision  Changes    Path
  1.82      +10 -17    src/sys/kern/link_elf.c


More information about the cvs-src mailing list