cvs commit: src/sys/emulation/linux linux_file.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 3 01:12:06 PDT 2006


dillon      2006/06/03 01:06:31 PDT

DragonFly src repository

  Modified files:
    sys/emulation/linux  linux_file.c 
  Log:
  Fix a bug in the linux emulator's getdents_common() function.  The function
  was looping without checking for the directory EOF, leading to a situation
  where an infinite loop could occur.
  
  Reported-by: Rumko <rumcic at xxxxxxxxx>, YONETANI Tomokazu <qhwt+dfly at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.31      +1 -1      src/sys/emulation/linux/linux_file.c


http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_file.c.diff?r1=1.30&r2=1.31&f=u





More information about the Commits mailing list