cvs commit: src/sys/kern subr_module.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 26 01:33:22 PDT 2004


dillon      2004/05/26 01:32:41 PDT

DragonFly src repository

  Modified files:
    sys/kern             subr_module.c 
  Log:
  preload_delete_name() needs to use the same path munging that the other
  preload routines use, or it may not find the preloaded module.  Failure
  to delete a preloaded module that is being unloaded can result in the
  preloaded module being relocated twice if a later kldload occurs.
  
  Found-by: Hiten Pandya <hmp at xxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.4       +17 -5     src/sys/kern/subr_module.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_module.c.diff?r1=1.3&r2=1.4&f=h





More information about the Commits mailing list