Skip to content
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

Fightwarn - sscanf signed vs unsigned #856

Merged

Conversation

jimklimov
Copy link
Member

We had a number of data reads formatted as unsigned ints or hexes, written into signed variables with insufficient range for scanf'ing the potential size of unsigned original number. Commits in this PR aim to work around those situations.

Discovered thanks to CI improvements from #844

@lgtm-com
Copy link

lgtm-com bot commented Nov 8, 2020

This pull request introduces 1 alert when merging f349ed8 into 8c1ad08 - view on LGTM.com

new alerts:

  • 1 for FIXME comment

@jimklimov jimklimov merged commit dfb8ef2 into networkupstools:master Nov 11, 2020
@jimklimov jimklimov deleted the fightwarn-sscanf-signed-unsigned branch November 15, 2020 10:35
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.

1 participant