Re: [Mingw-w64-public] [PATCH] Fix UB in mkstemp retry loop

2024-03-23 Thread LIU Hao
在 2024-03-23 06:36, Mateusz Mikuła 写道: Signed-off-by: Mateusz Mikuła --- mingw-w64-crt/misc/mkstemp.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) Thanks for the patch. Pushed to master now. -- Best regards, LIU Hao OpenPGP_signature.asc Description: OpenPGP digi

Re: [Mingw-w64-public] [PATCH 1/3] crt: Add non-inline variant of UCRT _scprintf, _snprintf and _snscanf functions

2024-03-23 Thread LIU Hao
在 2024-03-23 18:43, Pali Rohár 写道: On Monday 11 March 2024 19:02:09 LIU Hao wrote: 在 2024-03-11 15:52, Pali Rohár 写道: I know, but I'm trying to achieve it by small steps. For _scprintf it should fix this issue as mingw library starts providing required symbol for linking object files. Or do you

Re: [Mingw-w64-public] [PATCH 1/3] crt: Add non-inline variant of UCRT _scprintf, _snprintf and _snscanf functions

2024-03-23 Thread Pali Rohár
On Monday 11 March 2024 19:02:09 LIU Hao wrote: > 在 2024-03-11 15:52, Pali Rohár 写道: > > I know, but I'm trying to achieve it by small steps. For _scprintf it > > should fix this issue as mingw library starts providing required symbol > > for linking object files. Or do you see there some problem w