CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/06 13:06:04
Modified files:
sys/msdosfs : denode.h msdosfs_conv.c msdosfs_denode.c
msdosfs_lookup.c
Log message:
Remove the need to occasionally treat dos file names as strings by
using "%.11s" to print them out. Make all dos file names 11 byte
arrays and nuke the attempt to put '\0' at the 12th position of
such an array.
Fixes 'panic: smashed stack in msdosfs_rename.c' reported by
MERHIGI Marcus via tech@.
Tested by MERHIGI Marcus. Suggestions and ok tedu@.