forked from Samsung/ONE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several svace defects (Samsung#13320)
* [onert-micro] fix NO_EFFECT(142733,142734) - fix NO_EFFECT (wid 142733, 142734) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] Fix UNINIT.CTOR (wid 142747) - Fix UNINIT.CTOR (wid 142747) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix INTEGER_OVERFLOW (cov 1780901) - fix INTEGER_OVERFLOW (cov 1780901) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE(wid 143590) - w/o this, axis_data is always positive(uint_8) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(wid:142758) - fix UNREACHABLE_CODE.RET ( wid:142758 ) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142752) - Fix UNREACHABLE_CODE.RET for wid 142752 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142753) - Fix UNREACHABLE_CODE.RET in wid 142753 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142755) - fix UNREACHABLE_CODE.RET(142755) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix NO_RETURN_VALUE(142738, 142736) - fix NO_RETURN_VALUE in wid 142738, 142736 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142756) - fix UNREACHABLE_CODE.RET in wid 142756 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix FALL_THROUGH(143586) - Add missing breaks ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix COMPARE_RESULT_OF_NEW(142728) - Rmove meaningless null check ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142754) - fix UNREACHABLE_CODE.RET(142754) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix 3 SIGN_EXTENSION defects - fix wid 143587, 143588, 143589 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix 6 SIGNED_TO_BIGGER_UNSIGNED - SIGNED_TO_BIGGER_UNSIGNED (143468, 69, 70, 71, 73, 74) ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix UNREACHABLE_CODE.RET(142757) - Fix wid 142757 - it also fixes cov 1786029 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> * [onert-micro] fix DIVISION_BY_ZERO(142730) - fix DIVISION_BY_ZERO for wid 142730 ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]> --------- Co-authored-by: chunseoklee <[email protected]>
- Loading branch information
1 parent
5c7d0f5
commit d97b4ea
Showing
14 changed files
with
42 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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