[sleuthkit-developers] [ sleuthkit-Bugs-3516875 ] 2 more gcc 4.7 warnings
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2012-04-11 15:19:03
|
Bugs item #3516875, was opened at 2012-04-11 08:19 Message generated for change (Tracker Item Submitted) made by gregfreemyer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3516875&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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Greg (gregfreemyer) Assigned to: Nobody/Anonymous (nobody) Summary: 2 more gcc 4.7 warnings Initial Comment: ===== fatfs.c: In function 'fatfs_fsstat': fatfs.c:896:13: warning: array subscript is above array bounds [-Warray-bounds] fatfs.c:896:13: warning: array subscript is above array bounds [-Warray-bounds] fatfs.c:896:13: warning: array subscript is above array bounds [-Warray-bounds] fatfs.c:896:13: warning: array subscript is above array bounds [-Warray-bounds] ===== ===== ext2fs.c: In function 'ext2fs_istat': ext2fs.c:1763:22: warning: array subscript is above array bounds [-Warray-bounds] ext2fs.c:1763:22: warning: array subscript is above array bounds [-Warray-bounds] ext2fs.c:1763:22: warning: array subscript is above array bounds [-Warray-bounds] ext2fs.c:1763:22: warning: array subscript is above array bounds [-Warray-bounds] ===== I have not evaluated the source to see if these are significant or noise. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3516875&group_id=55685 |