Bugs item #2982965, was opened at 2010-04-06 20:45
Message generated for change (Comment added) 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: Closed
>Resolution: Fixed
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
----------------------------------------------------------------------
>Comment By: Brian Carrier (carrier)
Date: 2010-04-06 20:51
Message:
Checked in a variation of the patch in revision 189:
Sending branches/sleuthkit-3.1/NEWS.txt
Sending branches/sleuthkit-3.1/tsk3/fs/fs_attr.c
Sending trunk/NEWS.txt
Sending trunk/tsk3/fs/fs_attr.c
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2982965&group_id=55685
|