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

CA-407313: Replace semaphore & spinlock with rwlock #26

Merged
merged 6 commits into from
Mar 5, 2025

Fix second instance of locking after checking for NULL pointer

92cf64b
Select commit
Loading
Failed to load commit list.
Merged

CA-407313: Replace semaphore & spinlock with rwlock #26

Fix second instance of locking after checking for NULL pointer
92cf64b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeChecker succeeded Mar 4, 2025 in 4s

9 new alerts

New alerts in code changed by this pull request

  • 9 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 251 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 251 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

format string is not a string literal Warning

format string is not a string literal

Check warning on line 277 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 286 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 322 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 325 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 352 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 356 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors

Check warning on line 368 in daemon/log.c

See this annotation in the file changed.

Code scanning / CodeChecker

the value returned by this function should not be disregarded; neglecting it may lead to errors Warning

the value returned by this function should not be disregarded; neglecting it may lead to errors