Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stack-heap collision check to BrkSyscall execution #346

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

federicovilla55
Copy link
Contributor

Implemented additional checking in the execute() method of the brk syscall, defined in the BrkSyscall class, to ensure that memory allocation does not overflow stack space. The System Call has as its argument the new "program break", which is now compared with the current "stack pointer" before being set to avoid overlaps.
This commit resolves a @todo present in the code.

federicovilla55 and others added 3 commits February 25, 2024 22:01
Implemented additional checking in the `execute()` method of the brk syscall, defined in the `BrkSyscall` class, to ensure that memory allocation does not overflow stack space.
The System Call has as its argument the new "program break", which is now compared with the current "stack pointer" before being set to avoid overlaps.
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.

None yet

1 participant