[sleuthkit-developers] [ sleuthkit-Bugs-3453765 ] make tsk_fs_time_to_str buffer longer
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2011-12-07 17:58:50
|
Bugs item #3453765, was opened at 2011-12-07 09: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=3453765&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: Nobody/Anonymous (nobody) Summary: make tsk_fs_time_to_str buffer longer Initial Comment: Currently, tsk_fs_time_to_str requires that a 32-byte buffer (or greater) be passed in. This is true for most platforms, but it seems that Windows will make long versions of the timzeone (Eastern Standard) instead of (EST). So, the buffer size needs to be increased in all the places that call it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3453765&group_id=55685 |