-
Notifications
You must be signed in to change notification settings - Fork 176
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
Chore(mmu): add overflow handling #452
Conversation
I feel I need to get an acknowledgement for my direction as Im new to the codebase @moodlezoup.
Thus every attempt to write to
|
Yes this is correct
Yes, it would be great to have a test for this feature
I think so, but I haven't looked at that code in a while so if there's a better place to add the checks, go ahead |
f63f5a6
to
ee22f69
Compare
00b6e77
to
62dc80f
Compare
62dc80f
to
6a3dda2
Compare
cc13834
to
6828beb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice work, thanks for adding the test cases!
This PR add additional memory overflow detection(for both stack and heap).
Added:
Closes: #395