Hello
The leak can be triggered with an example like this:
#define __USE_MINGW_ANSI_STDIO 1
#include
int main( void )
{
return( sscanf( "1", "%*u-" ) );
}
Regards
Domani Hannes
0001-scanf-fix-memory-leak.patch
Description: Binary data
-
On 2/24/2016 00:28, Carl Kleffner wrote:
> here it is. I tested this patch with master.
>
> Carl
>
Done, applied to master, thanks.
0xD4EBC740.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
-
Ah, I really thought 4.0.2 was the latest one when I looked at the
website last and I had misunderstood what Kaï had recently told me.
In any case, when you spot such things, you can update the page yourself
(it's a now-open wiki).
Regards,
Adrien Nader
--
Hello,
I would like to ask about some issue which I found some problems during my
attempt of GCC cross compilation on ARM target.
I am using i686-w64-mingw32-gcc 5.3.0 in MinGW-w64 Win32 Shell
export CFLAGS='-O2 -pipe -I/mingw32/i686-w64-mingw32/include'
export CXXFLAGS='-O2 -pipe -I/mingw32/i68