K 10 svn:author V 7 delphij K 8 svn:date V 27 2004-10-13T16:27:27.000000Z K 7 svn:log V 463 MFC revision 1.36 date: 2004/09/08 10:57:09; author: tjr; state: Exp; lines: +5 -0 Merge 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. Approved by: re (scottl) Approved by: murray (mentor) END