Skip to content

Fix crashes when scanning rdb/rmsgpack files using stack storage#18219

Merged
sonninnos merged 1 commit intolibretro:masterfrom
JoeOsborn:fix-rdb-scan-on-stack
Aug 30, 2025
Merged

Fix crashes when scanning rdb/rmsgpack files using stack storage#18219
sonninnos merged 1 commit intolibretro:masterfrom
JoeOsborn:fix-rdb-scan-on-stack

Conversation

@JoeOsborn
Copy link
Copy Markdown
Contributor

I had mistakenly allocated only 128 bytes, not 128 * sizeof(pointer) bytes.

I had mistakenly allocated only 128 bytes, not 128 * sizeof(pointer) bytes.
@sonninnos sonninnos merged commit e341333 into libretro:master Aug 30, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants