[Jfs-commit] jfsutils/fsck
Brought to you by:
blaschke-oss,
shaggyk
|
From: David K. <sh...@us...> - 2009-04-03 19:36:05
|
Update of /cvsroot/jfs/jfsutils/fsck In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12664/fsck Modified Files: fsck_message.c Log Message: v_fsck_send_msg() call printf with a constructed message as the format parameter. This message may contain a pathname which can contain any arbitrary string of characters. If a pathname contains the string "%n", glibc can abort jfs_fsck with the message: *** %n in writable segment detected *** |