DragonFly BSD
DragonFly commits List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 3 Jun 2006 01:06:31 -0700 (PDT)

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@xxxxxxxxx>, YONETANI Tomokazu <qhwt+dfly@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]