[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-10 20:12:57
|
Bugs item #2912227, was opened at 2009-12-10 15:12 Message generated for change (Tracker Item Submitted) made by robjoyce 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2912227&group_id=55685 |