Skip to content

Conversation

@zhedye
Copy link

@zhedye zhedye commented Nov 2, 2025

table_read was writing 64 bits to a variable that was smaller than 64 bits in size.

The enum MC_Command_Kind is 8-32 bits in size. If you write 64 bits to the address of a variable of that type, it will overwrite part of the stack, crashing the program.

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.

1 participant