-
Notifications
You must be signed in to change notification settings - Fork 159
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 several svace defects #13320
Merged
Merged
Fix several svace defects #13320
Conversation
This file contains 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
- fix NO_EFFECT (wid 142733, 142734) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Fix UNINIT.CTOR (wid 142747) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix INTEGER_OVERFLOW (cov 1780901) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- w/o this, axis_data is always positive(uint_8) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix UNREACHABLE_CODE.RET ( wid:142758 ) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Fix UNREACHABLE_CODE.RET for wid 142752 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Fix UNREACHABLE_CODE.RET in wid 142753 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix UNREACHABLE_CODE.RET(142755) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix NO_RETURN_VALUE in wid 142738, 142736 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix UNREACHABLE_CODE.RET in wid 142756 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Add missing breaks ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Rmove meaningless null check ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix UNREACHABLE_CODE.RET(142754) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix wid 143587, 143588, 143589 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- SIGNED_TO_BIGGER_UNSIGNED (143468, 69, 70, 71, 73, 74) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Fix wid 142757 - it also fixes cov 1786029 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- fix DIVISION_BY_ZERO for wid 142730 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
chunseoklee
force-pushed
the
fix_onertm_svace
branch
from
June 28, 2024 06:24
7893731
to
f2a5f44
Compare
18 tasks
BalyshevArtem
approved these changes
Jun 28, 2024
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.
This draft contains fixed for svace defects.
(0 critical and 2 major remains in internal svace manager)