-
Notifications
You must be signed in to change notification settings - Fork 269
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 overflow if dropStr is large #1654
Conversation
You may want to target this at the |
Do I have to create new PR for that? |
I already did it, you should: git rebase -i HEAD~2
# remove line *Bump main to 8.0.0~pre1 *
# save and exit
git push -f origin otore19/addNewLine2 |
Large mesh file names creates ugly error message by overflow. This commit fixes this. Signed-off-by: Onur Berk Tore <[email protected]>
Signed-off-by: Onur Berk Tore <[email protected]>
ea3c1f6
to
3612981
Compare
Signed-off-by: Onur Berk Tore <[email protected]>
Signed-off-by: Onur Berk Tore <[email protected]>
Signed-off-by: Onur Berk Tore <[email protected]>
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.
please resolve the conflicts
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
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.
I've resolved the conflict and made a small change. I've also tested the code on godbolt . LGTM!
Homebrew failures don't seem to be related to this PR. Merging. |
🦟 Bug fix
Fixes gazebosim/gz-common#393
Summary
Large mesh file names creates ugly error message due to overflow. This commit fixes this.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.