[Mingw-w64-public] [PATCH] scanf: fix memory leak

2016-02-24 Thread Hannes Domani
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 -

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-24 Thread JonY
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 -

Re: [Mingw-w64-public] website out of date

2016-02-24 Thread Adrien Nader
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 --

[Mingw-w64-public] cross compiling of GCC 5.3.0

2016-02-24 Thread Miroslav Dušek
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