Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Retained memory available not checked at declaration #8

@felipepardo87587

Description

@felipepardo87587

Thanks for this awesome work!

I am using most of the retained memory space in my program (Boron 2G). I discovered that the retained memory space limit is not checked when declaring the ConnectionEventData ConnectionEvents::connectionEventData buffer, it will use more retained memory space than is available, causing a hard panic when it tries to remove an event.

Fix: Make sure you have enough retained memory space (512 bytes is the default)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions