Support Requests item #3523433, was opened at 2012-05-04 01:25
Message generated for change (Comment added) made by earnie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=202435&aid=3523433&group_id=2435
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: MinGW
Group: Feature Request
>Status: Closed
Priority: 5
Private: No
Submitted By: INTERGVE (intergve)
Assigned to: Nobody/Anonymous (nobody)
Summary: MinGW option: check buffer overflow
Initial Comment:
Hi,
I wanted to know if there were a MinGW option allowing to check a buffer overflow.
For example, I would like a warning with the following code:
int tab[10];
tab[20]=3;
I know that there is this option with in Visual C++ (/GS (Buffer Security Check)), but with MinGW?
Thanks,
----------------------------------------------------------------------
>Comment By: Earnie Boyd (earnie)
Date: 2012-05-04 04:47
Message:
Please ask this question at mingw-users@....
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=202435&aid=3523433&group_id=2435
|