[Jfs-commit] jfsutils
Brought to you by:
blaschke-oss,
shaggyk
|
From: David K. <sh...@us...> - 2010-01-07 13:30:38
|
Update of /cvsroot/jfs/jfsutils In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18159 Modified Files: ChangeLog Log Message: From: Miklos Szeredi <mi...@sz...> The return value of findLog() in jfs_logdump() is checked for being negative, but findLog() can return a positive error value. In this case jfs_logdump() ingores the error and continues even though Log.fp is NULL. https://bugzilla.novell.com/show_bug.cgi?id=545145 |