|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Brad Smith (brad
cvs.openbsd.org)
Date: Fri Oct 31 2003 - 00:05:28 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: brad
cvs.openbsd.org 2003/10/30 23:05:28
Modified files:
sys/msdosfs : Tag: OPENBSD_3_4 msdosfs_fat.c
Log message:
MFC:
Fix by tedu
from netbsd:
Fix a panic that occurred when trying to traverse a corrupt msdosfs
filesystem. With this particular corruption, the code in pcbmap()
would compute an offset into an array that was way out of bounds,
so check the bounds before trying to access and return an error if
the offset would be out of bounds.
ok deraadt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]