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

Some cleanup #338

Merged
merged 2 commits into from
Jan 15, 2024

Fix install and crash

9792ae1
Select commit
Loading
Failed to load commit list.
Merged

Some cleanup #338

Fix install and crash
9792ae1
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 15, 2024 in 0s

5 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

Clones added
============
- applications/system-service/digitizerhandler.cpp  2
- applications/system-service/wifiapi.cpp  2
- applications/system-service/powerapi.cpp  2
- applications/system-service/screenapi.cpp  1
- applications/system-service/bss.cpp  2
- applications/system-service/notification.cpp  3
- applications/system-service/buttonhandler.cpp  2
- applications/system-service/screenshot.cpp  2
- applications/system-service/network.cpp  1
- applications/system-service/wlan.cpp  2
- applications/system-service/systemapi.cpp  5
- applications/system-service/application.cpp  5
- applications/system-service/appsapi.cpp  12
         

Clones removed
==============
+ applications/system-service/bss.h  -4
+ applications/system-service/screenapi.h  -1
+ applications/system-service/application.h  -6
+ applications/system-service/notification.h  -5
+ applications/system-service/screenshot.h  -4
+ applications/system-service/wifiapi.h  -2
+ applications/system-service/appsapi.h  -12
+ applications/system-service/wlan.h  -2
+ applications/system-service/digitizerhandler.h  -2
+ applications/system-service/network.h  -3
+ applications/system-service/powerapi.h  -2
+ applications/system-service/systemapi.h  -5
+ applications/system-service/buttonhandler.h  -2
         

See the complete overview on Codacy

Annotations

Check notice on line 138 in applications/system-service/digitizerhandler.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

applications/system-service/digitizerhandler.cpp#L138

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).  

Check notice on line 169 in applications/system-service/digitizerhandler.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

applications/system-service/digitizerhandler.cpp#L169

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).  

Check notice on line 179 in applications/system-service/digitizerhandler.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

applications/system-service/digitizerhandler.cpp#L179

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).  

Check notice on line 180 in applications/system-service/digitizerhandler.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

applications/system-service/digitizerhandler.cpp#L180

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).  

Check notice on line 56 in applications/system-service/digitizerhandler.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

applications/system-service/digitizerhandler.h#L56

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).