[sleuthkit-developers] [ sleuthkit-Bugs-2848155 ] nt2unixtime truncates time
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-09-01 02:34:40
|
Bugs item #2848155, was opened at 2009-08-31 22:34 Message generated for change (Tracker Item Submitted) made by mathewmonroe You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2848155&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: Mathew Monroe (mathewmonroe) Assigned to: Nobody/Anonymous (nobody) Summary: nt2unixtime truncates time Initial Comment: nt2unixtime() returns a uint32_t instead of a time_t or uint64_t. This is a problem when a file has its time set far in the future as the uint32_t will overflow and indicate the wrong timestamp. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2848155&group_id=55685 |