cvs commit: src/sys/dev/mlx mlx.c
    Scott Long 
    scottl at FreeBSD.org
       
    Mon Mar  1 13:27:15 PST 2004
    
    
  
scottl      2004/03/01 13:27:15 PST
  FreeBSD src repository
  Modified files:
    sys/dev/mlx          mlx.c 
  Log:
  Check and free the actual pointer the was used in a malloc instead of
  checking and freeing a different pointer that may or may not have been
  assigned the same value.  This should fix panics under load that were
  recently reported.
  
  Revision  Changes    Path
  1.45      +2 -2      src/sys/dev/mlx/mlx.c
    
    
More information about the cvs-all
mailing list