-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix: defensive fixes for packet/routing related memory leakages #11223
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
Closed
t-miura
wants to merge
19
commits into
meshtastic:develop
from
t-miura:fix/defensive-routing-memory-fixes
+206
−27
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
544ffbe
wip: fixes for packet related memory leakages
t-miura f7ae811
Apply suggestions from code review
t-miura aff94df
logging message format fix on MemoryPool.h
t-miura 6110f8b
lint: ignore userPrefs.jsonc in trunk (#11174)
Jorropo c5ae309
Apply suggestions from code review
t-miura 13782da
fix for MemoryPool::release upon review on PR#11223
t-miura c5107cf
proper sending path
t-miura ba34285
Merge branch 'develop' into fix/defensive-routing-memory-fixes
t-miura 6832b7b
Merge branch 'develop' into fix/defensive-routing-memory-fixes
t-miura 7db47da
fix: format specifier for heap debug messages
t-miura f248914
Merge remote-tracking branch 'origin/develop' into fix/defensive-rout…
t-miura fbea999
re-introduce double-free/misalignment detection for static pool item,…
t-miura c9ecb42
fix test_radio code, removing non-existent test lines
t-miura 10519a8
trunk fmt
t-miura 14e1947
fix(MemoryPool): enhance pointer validation and alignment checks in r…
t-miura 74e1244
fixes for PR#11223 coderabbit reviews
t-miura f4789bb
Merge branch 'develop' into fix/defensive-routing-memory-fixes
t-miura b9cf963
Merge branch 'develop' into fix/defensive-routing-memory-fixes
t-miura 50f3140
Merge branch 'develop' into fix/defensive-routing-memory-fixes
t-miura File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
hm, depends on how much it increases the stack/heap comsumption,
but i feel like re-inventing smaller wheel doesn't sound healthy...