Skip to content

ODIN_II: Changes to fix coverity scan errors #1565

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 1 commit into from
Oct 6, 2020

Conversation

georgkrylov
Copy link
Contributor

The commit addresses several errors
CID 212805: API usage errors (PRINTF_ARGS)
Related to #1496

Description

The printf function used as part of the odin_error, was not even treated with a warning, while was caught as coverity scan.

Related Issue

Motivation and Context

Makes the code cleaner

How Has This Been Tested?

Executed make test in ODIN_II directory

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

The commit addresses several errors
CID 212805:  API usage errors  (PRINTF_ARGS)
Related to verilog-to-routing#1496

Signed-off-by: Georgiy Krylov <[email protected]>
@jeanlego
Copy link
Contributor

jeanlego commented Oct 6, 2020

lgtm! once kokoro passes, i can merge

@jeanlego jeanlego merged commit 08f054c into verilog-to-routing:master Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants