You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
There is a bug with apple clang segfaulting when the unit test for streams runs.
File: streams.test.cpp
Function: multi_stream_test()
Unit test: "[✨ multi ✨] http request"_test
This happens when a stream_fill object has its m_fill_amount pointer derferenced, even under a valid pointer and lifetime longevity of the data of the pointer.
Unit test works fine using GCC 11, 12, and 13 on Ubuntu 22.04+. Package builds
The text was updated successfully, but these errors were encountered:
There is a bug with apple clang segfaulting when the unit test for streams runs.
File: streams.test.cpp
Function: multi_stream_test()
Unit test: "[✨ multi ✨] http request"_test
This happens when a stream_fill object has its m_fill_amount pointer derferenced, even under a valid pointer and lifetime longevity of the data of the pointer.
Unit test works fine using GCC 11, 12, and 13 on Ubuntu 22.04+. Package builds
The text was updated successfully, but these errors were encountered: