[sleuthkit-developers] [ sleuthkit-Bugs-2988330 ] NTFS.c offset error:
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-04-16 13:58:27
|
Bugs item #2988330, was opened at 2010-04-16 08:58 Message generated for change (Tracker Item Submitted) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2988330&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: NTFS.c offset error: Initial Comment: >From Jamie Butler: Line 3128 in ntfs_proc_sii should be for (sii_buffer_offset = 0; sii_buffer_offset < sii_buffer->size; sii_buffer_offset += ntfs->idx_rsize_b) AND NOT for (sii_buffer_offset = 0; sii_buffer_offset < sii_buffer->size; sii_buffer_offset += ntfs->csize_b) { csize_b and idx_rsize_b are not necessarily the same number. This can cause a GPF. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2988330&group_id=55685 |