[sleuthkit-developers] [ sleuthkit-Bugs-2982965 ] attribute reading length bug and patch
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-04-07 01:45:50
|
Bugs item #2982965, was opened at 2010-04-06 20:45 Message generated for change (Tracker Item Submitted) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2982965&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: Brian Carrier (carrier) Assigned to: Brian Carrier (carrier) Summary: attribute reading length bug and patch Initial Comment: Raphael Bousquet from ADF solutions submitted a patch to fs_attr.c: 1105c1105 < blkoffset_inrun) * fs->block_size); --- > blkoffset_inrun) * fs->block_size) - byteoffset_toread; //ADF fix 04/2010 1181a1182 > blkoffset_toread += data_run_cur->len; //ADF fix 04/2010 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2982965&group_id=55685 |