Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-07 Thread Liu Hao
On 2017/3/8 4:31, Mateusz Mikuła wrote: > Forwarding Aleksey's message from MSYS2 discussion: > [...] > W dniu 22.01.2017 o 11:36, Adrien Nader pisze: >> Hi, >> >> I've recently re-stumbled upon this. As far as I can tell it hasn't been >> commited. Was there some more discussion on the topic or

[Mingw-w64-public] [PATCH] Add sysexits.h, err.h, err functions

2017-03-07 Thread Kelvin Sherlock
This adds the very useful sysexits.h, err.h, and err.c (err(3), errc(3), errx(3), warn(3), warnc(3), warnx(3), etc). getopt(3) previously included its own static copy of warn(), so that was updated to use the real thing. Thanks, Kelvin

Re: [Mingw-w64-public] gendef updates in git, one configury issue

2017-03-07 Thread Ozkan Sezer
On 3/7/17, NightStrike wrote: > On Tue, Mar 7, 2017 at 11:38 AM, Ozkan Sezer wrote: [...] >>> There is one configury issue I didn't touch: If I configure with >>> --with-mangle=/some/path switch, the library functions checks >>> i.e. memset, strdup,

Re: [Mingw-w64-public] gendef updates in git, one configury issue

2017-03-07 Thread NightStrike
On Tue, Mar 7, 2017 at 11:38 AM, Ozkan Sezer wrote: > On 3/7/17, Ozkan Sezer wrote: >> Several gendef updates were pushed to the git repo, one to fix >> a use-after-free, one to sig a segfault (bug#592), one to fix an >> unbalanced #pragma pack, etc. >> >>

Re: [Mingw-w64-public] [PATCH] Align thread entry point stack

2017-03-07 Thread Mateusz Mikuła
Forwarding Aleksey's message from MSYS2 discussion: @mati865 Sorry for long reply. I email directly to Kai 22 aug 2016: "Yes i test patch. Patch fix crash: ffmpeg -f lavfi -i testsrc -vcodec libvpx -threads 2 -f null - problem discuss:

Re: [Mingw-w64-public] gendef updates in git, one configury issue

2017-03-07 Thread Ozkan Sezer
On 3/7/17, Ozkan Sezer wrote: > Several gendef updates were pushed to the git repo, one to fix > a use-after-free, one to sig a segfault (bug#592), one to fix an > unbalanced #pragma pack, etc. > > There is one configury issue I didn't touch: If I configure with >

[Mingw-w64-public] gendef updates in git, one configury issue

2017-03-07 Thread Ozkan Sezer
Several gendef updates were pushed to the git repo, one to fix a use-after-free, one to sig a segfault (bug#592), one to fix an unbalanced #pragma pack, etc. There is one configury issue I didn't touch: If I configure with --with-mangle=/some/path switch, the library functions checks i.e.