Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Bug with apple clang #74

@PhazonicRidley

Description

@PhazonicRidley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions