ZFail

Results 4 issues of ZFail

Heap corruption occurs when using std::cout from multiple threads in TEST_CASE **Reproduction steps** ```c++ #include #include TEST_CASE("cout test") { auto thread1 = std::thread([] { for (size_t i = 0; i...

Аdded support for parsing NaN and Infinity. Serializer already supports this.

### Setup Dockerfile ```Dockerfile FROM mcr.microsoft.com/windows/servercore:ltsc2019 RUN powershell iex(iwr -useb https://chocolatey.org/install.ps1) RUN choco install msys2 -y --params "/NoUpdate" ``` - Version ``` > rm --version rm (GNU coreutils) 8.32 ```...

### Version 1.45.0 ### Steps to reproduce ``` git clone -b websecurity https://github.com/ZFail/electron-playwright-repro.git cd electron-playwright-repro npm ci npm run test ``` ### Expected behavior complete test sucessfully ### Actual behavior...

feature-electron