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

[SoundflowerBed] Update AudioThruEngine.cpp #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryonglodencissp
Copy link

🐛 label: #swsec

Greetings,

In AudioThruEngine::​OutputIOProc(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList *, AudioTimeStamp const*, void *): An unsigned value can never be less than 0 (CWE-571), e.g., this greater-than-or-equal-to-zero comparison of an unsigned value is always true.

Signed-off-by: Bryon Gloden, CISSP® cissp@bryongloden.com

[/SoundflowerBed/AudioThruEngine.cpp:410]: An unsigned value can never be negative, so this test will always evaluate the same way.

Signed-off-by: Bryon Gloden, CISSP® <cissp@bryongloden.com>
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