[BUG] console: Fix buffer overflow#795
Merged
minminlittleshrimp merged 1 commit intomasterfrom Dec 23, 2025
Merged
Conversation
Collaborator
Author
Contributor
|
@minminlittleshrimp I've opened a new pull request, #796, to work on those changes. Once the pull request is ready, I'll request review from you. |
e92d68c to
b1177e6
Compare
Fix dlt sortbytimestamp buffer Overflow by: - Avoid set num = end+1 (out of range) - Avoid using num as index in case of entending Full report and demo can be checked in Issue 792. Reported by Shangzhi-Xu. Signed-off-by: Shangzhi-Xu <63028857+ShangzhiXu@users.noreply.github.com> Signed-off-by: LUU QUANG MINH <Minh.LuuQuang@vn.bosch.com>
b1177e6 to
2fa1c74
Compare
lti9hc
approved these changes
Dec 23, 2025
Collaborator
lti9hc
left a comment
There was a problem hiding this comment.
it fixed now
thanks for your fix
@minminlittleshrimp
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix dlt sortbytimestamp buffer Overflow by:
Full report and demo can be checked in Issue 792.
Reported by Shangzhi-Xu.