On Thu May 18 06:18:47 2023 +0000, Deqiang Chen wrote:
The patch resolved a Pipelight bug, but I do not know why Windows can`t be passed. Can you tell me why Windows and Linux are not same ? Thanks!
I'm not sure what you mean, there's no equivalent of _O_BINARY flag in GLIBC. I guess that "b" in fdmode mode parameter is ignored on Linux.
You will probably need to debug Pipelight to find where the bug is. You can start by running it with native msvcr*.dll to see if the bug is in this component.