| File | Severity | Checker name | Message | Bug path length | Review status | |
|---|---|---|---|---|---|---|
| 1 | /home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 424 | cplusplus.NewDeleteLeaks | Potential memory leak | 5 | unreviewed | |
| 2 | /home/cc-runs/install_dir/dev/include/QtCore/qobjectdefs.h @ Line 468 | cplusplus.NewDeleteLeaks | Potential memory leak | 9 | unreviewed | |
| 3 | /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 128 | cplusplus.NewDeleteLeaks | Potential memory leak | 10 | unreviewed | |
| 4 | /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 128 | cplusplus.NewDeleteLeaks | Potential memory leak | 9 | unreviewed | |
| 5 | /home/cc-runs/install_dir/dev/include/QtCore/qtimer.h @ Line 128 | cplusplus.NewDeleteLeaks | Potential memory leak | 11 | unreviewed | |
| 6 | /usr/include/c++/9/bits/atomic_base.h @ Line 207 | deadcode.DeadStores | Value stored to '__b' during its initialization is never read | 1 | unreviewed | |
| 7 | /usr/include/c++/9/bits/atomic_base.h @ Line 218 | deadcode.DeadStores | Value stored to '__b' during its initialization is never read | 1 | unreviewed | |
| 8 | src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 536 | optin.cplusplus.VirtualCall | Call to virtual method 'PeakCanBackend::setConfigurationParameter' during construction bypasses virtual dispatch | 6 | unreviewed | |
| 9 | src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 536 | optin.cplusplus.VirtualCall | Call to virtual method 'PeakCanBackend::setConfigurationParameter' during construction bypasses virtual dispatch | 3 | unreviewed | |
| 10 | src/plugins/canbus/peakcan/peakcanbackend.cpp @ Line 793 | optin.cplusplus.VirtualCall | Call to virtual method 'PeakCanBackend::close' during destruction bypasses virtual dispatch | 2 | unreviewed | |
| 11 | src/plugins/canbus/socketcan/socketcanbackend.cpp @ Line 157 | optin.cplusplus.VirtualCall | Call to virtual method 'SocketCanBackend::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 12 | src/plugins/canbus/socketcan/socketcanbackend.h @ Line 52 | cppcoreguidelines-special-member-functions | class 'SocketCanBackend' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 13 | src/plugins/canbus/tinycan/tinycanbackend.cpp @ Line 478 | optin.cplusplus.VirtualCall | Call to virtual method 'TinyCanBackend::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 14 | src/plugins/canbus/tinycan/tinycanbackend_p.h @ Line 27 | cppcoreguidelines-special-member-functions | class 'TinyCanBackendPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 15 | src/serialbus/qcanbus.h @ Line 14 | cppcoreguidelines-special-member-functions | class 'QCanBus' defines a copy constructor and a copy assignment operator but does not define a destructor | 1 | unreviewed | |
| 16 | src/serialbus/qcanbusdevice.h @ Line 18 | cppcoreguidelines-special-member-functions | class 'QCanBusDevice' defines a copy constructor and a copy assignment operator but does not define a destructor | 1 | unreviewed | |
| 17 | src/serialbus/qcanbusdeviceinfo.h @ Line 15 | cppcoreguidelines-special-member-functions | class 'QCanBusDeviceInfo' defines a non-default destructor, a copy constructor, a copy assignment operator and a move assignment operator but does not define a move constructor | 1 | unreviewed | |
| 18 | src/serialbus/qcanbusdeviceinfo_p.h @ Line 24 | cppcoreguidelines-special-member-functions | class 'QCanBusDeviceInfoPrivate' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 19 | src/serialbus/qcanbusfactory.h @ Line 14 | cppcoreguidelines-special-member-functions | class 'QCanBusFactory' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 20 | src/serialbus/qmodbusclient.cpp @ Line 514 | core.UndefinedBinaryOperatorResult | The left operand of '!=' is a garbage value | 18 | unreviewed | |
| 21 | src/serialbus/qmodbusclient.cpp @ Line 519 | core.CallAndMessage | 1st function call argument is an uninitialized value | 31 | unreviewed | |
| 22 | src/serialbus/qmodbusclient.cpp @ Line 551 | core.UndefinedBinaryOperatorResult | The left operand of '<' is a garbage value | 18 | unreviewed | |
| 23 | src/serialbus/qmodbusclient.cpp @ Line 555 | core.CallAndMessage | 1st function call argument is an uninitialized value | 31 | unreviewed | |
| 24 | src/serialbus/qmodbusclient.h @ Line 17 | cppcoreguidelines-special-member-functions | class 'QModbusClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 25 | src/serialbus/qmodbusdevice.h @ Line 14 | cppcoreguidelines-special-member-functions | class 'QModbusDevice' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 26 | src/serialbus/qmodbuspdu.cpp @ Line 576 | core.UndefinedBinaryOperatorResult | The left operand of '==' is a garbage value | 28 | unreviewed | |
| 27 | src/serialbus/qmodbuspdu.cpp @ Line 128 | core.UndefinedBinaryOperatorResult | The left operand of '==' is a garbage value | 17 | unreviewed | |
| 28 | src/serialbus/qmodbuspdu.cpp @ Line 153 | core.UndefinedBinaryOperatorResult | The left operand of '==' is a garbage value | 18 | unreviewed | |
| 29 | src/serialbus/qmodbuspdu.cpp @ Line 576 | core.UndefinedBinaryOperatorResult | The left operand of '==' is a garbage value | 14 | unreviewed | |
| 30 | src/serialbus/qmodbuspdu.cpp @ Line 748 | core.UndefinedBinaryOperatorResult | The left operand of '+' is a garbage value | 21 | unreviewed | |
| 31 | src/serialbus/qmodbuspdu.cpp @ Line 748 | core.UndefinedBinaryOperatorResult | The left operand of '+' is a garbage value | 26 | unreviewed | |
| 32 | src/serialbus/qmodbuspdu.cpp @ Line 18 | cppcoreguidelines-special-member-functions | class 'QModbusPduPrivate' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor | 1 | unreviewed | |
| 33 | src/serialbus/qmodbuspdu.cpp @ Line 90 | cppcoreguidelines-special-member-functions | class 'RAII' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 34 | src/serialbus/qmodbuspdu.h @ Line 162 | cppcoreguidelines-special-member-functions | class 'QModbusRequest' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 35 | src/serialbus/qmodbuspdu.h @ Line 190 | cppcoreguidelines-special-member-functions | class 'QModbusResponse' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 36 | src/serialbus/qmodbuspdu.h @ Line 215 | cppcoreguidelines-special-member-functions | class 'QModbusExceptionResponse' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 37 | src/serialbus/qmodbusrtuserialclient.cpp @ Line 42 | optin.cplusplus.VirtualCall | Call to virtual method 'QModbusRtuSerialClient::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 38 | src/serialbus/qmodbusrtuserialclient.h @ Line 13 | cppcoreguidelines-special-member-functions | class 'QModbusRtuSerialClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 39 | src/serialbus/qmodbusrtuserialserver.cpp @ Line 44 | optin.cplusplus.VirtualCall | Call to virtual method 'QModbusRtuSerialServer::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 40 | src/serialbus/qmodbusrtuserialserver.cpp @ Line 152 | core.UndefinedBinaryOperatorResult | The left operand of '==' is a garbage value | 12 | unreviewed | |
| 41 | src/serialbus/qmodbusrtuserialserver.h @ Line 13 | cppcoreguidelines-special-member-functions | class 'QModbusRtuSerialServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 42 | src/serialbus/qmodbusserver.cpp @ Line 683 | core.UndefinedBinaryOperatorResult | The left operand of '<' is a garbage value | 18 | unreviewed | |
| 43 | src/serialbus/qmodbusserver.cpp @ Line 731 | core.UndefinedBinaryOperatorResult | The left operand of '<' is a garbage value | 18 | unreviewed | |
| 44 | src/serialbus/qmodbusserver.cpp @ Line 763 | core.UndefinedBinaryOperatorResult | The left operand of '!=' is a garbage value | 18 | unreviewed | |
| 45 | src/serialbus/qmodbusserver.cpp @ Line 769 | core.CallAndMessage | 2nd function call argument is an uninitialized value | 18 | unreviewed | |
| 46 | src/serialbus/qmodbusserver.cpp @ Line 932 | core.UndefinedBinaryOperatorResult | The left operand of '!=' is a garbage value | 16 | unreviewed | |
| 47 | src/serialbus/qmodbusserver.cpp @ Line 985 | core.UndefinedBinaryOperatorResult | The left operand of '!=' is a garbage value | 16 | unreviewed | |
| 48 | src/serialbus/qmodbusserver.cpp @ Line 1058 | core.CallAndMessage | 2nd function call argument is an uninitialized value | 16 | unreviewed | |
| 49 | src/serialbus/qmodbusserver.cpp @ Line 1081 | core.UndefinedBinaryOperatorResult | The left operand of '!=' is a garbage value | 16 | unreviewed | |
| 50 | src/serialbus/qmodbusserver.cpp @ Line 1137 | core.CallAndMessage | 2nd function call argument is an uninitialized value | 16 | unreviewed | |
| 51 | src/serialbus/qmodbusserver.cpp @ Line 1189 | core.CallAndMessage | 1st function call argument is an uninitialized value | 40 | unreviewed | |
| 52 | src/serialbus/qmodbusserver.h @ Line 17 | cppcoreguidelines-special-member-functions | class 'QModbusServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 53 | src/serialbus/qmodbustcpclient.cpp @ Line 36 | optin.cplusplus.VirtualCall | Call to virtual method 'QModbusTcpClient::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 54 | src/serialbus/qmodbustcpclient.h @ Line 13 | cppcoreguidelines-special-member-functions | class 'QModbusTcpClient' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 55 | src/serialbus/qmodbustcpserver.cpp @ Line 44 | optin.cplusplus.VirtualCall | Call to virtual method 'QModbusTcpServer::close' during destruction bypasses virtual dispatch | 1 | unreviewed | |
| 56 | src/serialbus/qmodbustcpserver.h @ Line 15 | cppcoreguidelines-special-member-functions | class 'QModbusTcpConnectionObserver' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 57 | src/serialbus/qmodbustcpserver.h @ Line 23 | cppcoreguidelines-special-member-functions | class 'QModbusTcpServer' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed | |
| 58 | src/tools/canbusutil/sigtermhandler.h @ Line 9 | cppcoreguidelines-special-member-functions | class 'SigTermHandler' defines a non-default destructor but does not define a copy constructor or a copy assignment operator | 1 | unreviewed |