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

rtpengine: fix single-bit field type #2239

Merged
merged 1 commit into from Sep 4, 2020
Merged

rtpengine: fix single-bit field type #2239

merged 1 commit into from Sep 4, 2020

Conversation

l2dy
Copy link
Contributor

@l2dy l2dy commented Sep 3, 2020

signed int of a single bit has no value bits and one sign bit, so in theory it can't be assigned 1.

@lgtm-com
Copy link

lgtm-com bot commented Sep 3, 2020

This pull request fixes 1 alert when merging 9c4f6c1 into 3af502d - view on LGTM.com

fixed alerts:

  • 1 for Ambiguously signed bit-field member

@liviuchircu liviuchircu self-assigned this Sep 4, 2020
@liviuchircu liviuchircu added this to the 2.4.9 milestone Sep 4, 2020
@liviuchircu liviuchircu merged commit d29d45f into OpenSIPS:master Sep 4, 2020
@l2dy l2dy deleted the rtpengine-signed branch September 4, 2020 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants