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

* ADD [broker] Add signal handler in broker #1530

Merged
merged 1 commit into from
Nov 16, 2023

* ADD [broker] Add signal handler in broker

3197aba
Select commit
Loading
Failed to load commit list.
Merged

* ADD [broker] Add signal handler in broker #1530

* ADD [broker] Add signal handler in broker
3197aba
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 16, 2023 in 5s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 66 in nanomq/apps/broker.c

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable all_signals is never read.

Check failure on line 94 in nanomq/apps/broker.c

See this annotation in the file changed.

Code scanning / CodeQL

Missing return statement Error

Function sig_handler should return a value of type int but does not return a value here