[sleuthkit-developers] [ sleuthkit-Bugs-2912227 ] Image offset error message has wrong sector size
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-12-14 18:07:03
|
Bugs item #2912227, was opened at 2009-12-10 15:12 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2912227&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: File System Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Rob (robjoyce) Assigned to: Nobody/Anonymous (nobody) Summary: Image offset error message has wrong sector size Initial Comment: This is pretty trivial: In istat.cpp, if the supplied sector offset it too large (line 195), the error message uses img->size / 512 instead of img->size / img->sector_size. I imagine there might be a couple other places where this occurs too. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2009-12-14 13:07 Message: Fixed (along with several other examples). Thanks. Sending trunk/tools/fstools/blkcalc.cpp Sending trunk/tools/fstools/blkcat.cpp Sending trunk/tools/fstools/blkls.cpp Sending trunk/tools/fstools/blkstat.cpp Sending trunk/tools/fstools/ffind.cpp Sending trunk/tools/fstools/fls.cpp Sending trunk/tools/fstools/fsstat.cpp Sending trunk/tools/fstools/icat.cpp Sending trunk/tools/fstools/ifind.cpp Sending trunk/tools/fstools/ils.cpp Sending trunk/tools/fstools/istat.cpp Sending trunk/tools/fstools/jcat.cpp Sending trunk/tools/fstools/jls.cpp Sending trunk/tools/vstools/mmcat.cpp Sending trunk/tools/vstools/mmls.cpp Sending trunk/tools/vstools/mmstat.cpp Sending trunk/tsk3/fs/fatfs.c Sending trunk/tsk3/fs/rawfs.c Sending trunk/tsk3/img/img_open.c Transmitting file data ................... Committed revision 144. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2912227&group_id=55685 |