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

Fixed conversion warnings on framework tests #2606

Merged
merged 25 commits into from
Apr 30, 2024

Fixing =CI issues

bbb29e9
Select commit
Loading
Failed to load commit list.
Merged

Fixed conversion warnings on framework tests #2606

Fixing =CI issues
bbb29e9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 29, 2024 in 11s

136 new alerts

New alerts in code changed by this pull request

  • 104 warnings
  • 32 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 14 in Os/Posix/Task.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Conditional compilation Note

Use of conditional compilation must be kept to a minimum.

Check notice on line 30 in Fw/Port/InputPortBase.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Conditional compilation Note

Use of conditional compilation must be kept to a minimum.

Check notice on line 196 in Drv/Ip/IpSocket.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 warning on line 245 in Os/Posix/File.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 56 in Os/Posix/Task.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

__sysconf
's return value is stored but not checked.

Check warning on line 80 in Svc/DpManager/DpManager.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 89 in Drv/Ip/TcpClientSocket.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 89 in Drv/Ip/TcpClientSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 85 in Drv/Ip/TcpClientSocket.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 85 in Drv/Ip/TcpClientSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 127 in Drv/Ip/TcpServerSocket.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 127 in Drv/Ip/TcpServerSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 123 in Drv/Ip/TcpServerSocket.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 123 in Drv/Ip/TcpServerSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 164 in Drv/Ip/UdpSocket.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 164 in Drv/Ip/UdpSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 158 in Drv/Ip/UdpSocket.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 158 in Drv/Ip/UdpSocket.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 59 in Svc/BufferAccumulator/BufferAccumulator.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter maxNumBuffers has not been checked.

Check warning on line 80 in Svc/DpManager/DpManager.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 80 in Svc/DpManager/DpManager.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 80 in Svc/DpManager/DpManager.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 27 in Svc/FramingProtocol/FprimeProtocol.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 42 in Svc/GenericHub/GenericHubComponentImpl.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter size has not been checked.

Check warning on line 27 in Svc/PosixTime/PosixTime.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter time has not been checked.