-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Avoid overflows when reading json inputs #8676
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ebbe9fe
Avoid overflows when reading json inputs
whoisj f8d2913
Use a global input value when checking outcomes
whoisj effbd20
fix issues caught by review
whoisj 987a66f
add tests
whoisj e5c03ba
Potential fix for code scanning alert no. 1030: Unused import
whoisj e0d8c44
adjust message matches
whoisj effb1a1
remove unused import
whoisj a7994f5
change casing of error message to match existing messages.
whoisj 8deadbf
Merge remote-tracking branch 'src/main' into jwyman/tri-673
whoisj b94b60d
Merge branch 'main' into jwyman/tri-673
whoisj dcac291
catch & handle null pointer conditions
whoisj edb8aef
avoid adding zero sized buffer to TRITONSERVER_InferenceRequestAddInput
whoisj 98eabf9
fix test
whoisj 3d21dc1
print error when error
whoisj defd24a
revert some error message changes
whoisj 5efc58b
fix test match
whoisj 8428658
make pre-commit happy
whoisj 4b99ac0
react to @mudit-eng comments
whoisj 148a4dd
fixup error messages
whoisj a329b10
rename tests
whoisj be97bed
make pre-commit happy
whoisj 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.