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

Fix use-after free in removeSingleItemFromMenu() #109

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

dylwhich
Copy link
Collaborator

@dylwhich dylwhich commented Nov 1, 2023

Description

Test Instructions

Tested with the graphics test mode currently in the 3d-rendering-api branch, but it's pretty easy to stick it in the main menu or something and see if it crashes.

Ticket Links

Readiness Checklist

  • I have run make format to format the changes
  • I have compiled the firmware and the changes have no warnings
  • I have compiled the emulator and the changes have no warnings
  • I have run make cppcheck and checked that cppcheck_result.txt has no warnings for the changes
  • I have added doxygen comments to any code used by more than one Swadge mode. This includes /*! \file comments with Design Philosophy, Usage, and Example sections for new headers.
  • I have run make docs and checked that doxy_warnings.txt has no warnings for the new code

@AEFeinstein AEFeinstein merged commit 6a09051 into main Nov 1, 2023
1 check passed
@AEFeinstein AEFeinstein deleted the fix-menu-use-after-free branch November 1, 2023 19:45
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