Thread: [sleuthkit-developers] [ sleuthkit-Bugs-3043810 ] 2gb split image file limit
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-08-12 16:38:56
|
Bugs item #3043810, was opened at 2010-08-12 12:38 Message generated for change (Tracker Item Submitted) made by ekelak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&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: Image File Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Janet (ekelak) Assigned to: Nobody/Anonymous (nobody) Summary: 2gb split image file limit Initial Comment: Can not read an split image where each file is of size 2gb. Found that TSTAT (defined in tsk_os.h) was returning a negative file size with no error when used in split.c. Possible Fix: Change TSTAT to _wstat64 and STAT_STR to stat64. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-08-13 16:24:34
|
Bugs item #3043810, was opened at 2010-08-12 11:38 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&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: Image File Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Janet (ekelak) >Assigned to: anthony lawrence (anthonylawrence) Summary: 2gb split image file limit Initial Comment: Can not read an split image where each file is of size 2gb. Found that TSTAT (defined in tsk_os.h) was returning a negative file size with no error when used in split.c. Possible Fix: Change TSTAT to _wstat64 and STAT_STR to stat64. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2010-08-13 11:24 Message: We need to investigate what other methods use TSTAT to see if a new TSTAT64 should be created or if we should just change the mapping. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-08-17 21:51:07
|
Bugs item #3043810, was opened at 2010-08-12 11:38 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&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: Image File Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Janet (ekelak) Assigned to: anthony lawrence (anthonylawrence) Summary: 2gb split image file limit Initial Comment: Can not read an split image where each file is of size 2gb. Found that TSTAT (defined in tsk_os.h) was returning a negative file size with no error when used in split.c. Possible Fix: Change TSTAT to _wstat64 and STAT_STR to stat64. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2010-08-17 16:51 Message: What OS was this on? Most of the OSes now map to the 64-bit version. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2010-08-13 11:24 Message: We need to investigate what other methods use TSTAT to see if a new TSTAT64 should be created or if we should just change the mapping. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-08-18 15:31:52
|
Bugs item #3043810, was opened at 2010-08-12 12:38 Message generated for change (Comment added) made by ekelak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&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: Image File Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Janet (ekelak) Assigned to: anthony lawrence (anthonylawrence) Summary: 2gb split image file limit Initial Comment: Can not read an split image where each file is of size 2gb. Found that TSTAT (defined in tsk_os.h) was returning a negative file size with no error when used in split.c. Possible Fix: Change TSTAT to _wstat64 and STAT_STR to stat64. ---------------------------------------------------------------------- >Comment By: Janet (ekelak) Date: 2010-08-18 11:31 Message: I couldn't read the split image on Windows XP Pro 64 and 32-bit ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2010-08-17 17:51 Message: What OS was this on? Most of the OSes now map to the 64-bit version. ---------------------------------------------------------------------- Comment By: Brian Carrier (carrier) Date: 2010-08-13 12:24 Message: We need to investigate what other methods use TSTAT to see if a new TSTAT64 should be created or if we should just change the mapping. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3043810&group_id=55685 |