[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 |