Bugs item #3516875, was opened at 2012-04-11 08:19
Message generated for change (Comment added) made by carrier
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: Closed
>Resolution: Fixed
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.
----------------------------------------------------------------------
>Comment By: Brian Carrier (carrier)
Date: 2012-04-12 06:20
Message:
Fixed on github master:
[master 68bc824] fix for 3516875 from gregfreemeyer regarding using getu32
on some 16-bit values
2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3516875&group_id=55685
|