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

Initial commit for Svc::CmdSplitter #2081

Merged
merged 2 commits into from
Jun 15, 2023

sp

9d032b3
Select commit
Loading
Failed to load commit list.
Merged

Initial commit for Svc::CmdSplitter #2081

sp
9d032b3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 12, 2023 in 8s

14 new alerts

New alerts

  • 8 warnings
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 48 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter portNum has not been checked.

Check warning on line 48 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter opCode has not been checked.

Check warning on line 48 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter cmdSeq has not been checked.

Check warning on line 48 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter response has not been checked.

Check warning on line 28 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter data has not been checked.

Check warning on line 32 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter context has not been checked.

Check warning on line 36 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter context has not been checked.

Check warning on line 38 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter context has not been checked.

Check notice on line 43 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

portNum uses the basic integral type int rather than a typedef with size and signedness.

Check notice on line 26 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

portNum uses the basic integral type int rather than a typedef with size and signedness.

Check notice on line 18 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Use of basic integral type Note

compName uses the basic integral type char rather than a typedef with size and signedness.

Check notice on line 26 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 20 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 2 statements; only one is allowed.

Check notice on line 18 in Svc/CmdSplitter/CmdSplitter.cpp

See this annotation in the file changed.

Code scanning / CodeQL

More than one statement per line Note

This line contains 2 statements; only one is allowed.