Improve/new console io #377
Merged
Codacy Production / Codacy Static Code Analysis
required action
Jun 28, 2024 in 0s
2 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Clones added
============
- src/helpers/mterm/MTermView.cpp 1
See the complete overview on Codacy
Annotations
Check notice on line 105 in src/helpers/mterm/KeyTextViewScintilla.cpp
codacy-production / Codacy Static Code Analysis
src/helpers/mterm/KeyTextViewScintilla.cpp#L105
Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).
Check notice on line 392 in src/helpers/mterm/MTerm.cpp
codacy-production / Codacy Static Code Analysis
src/helpers/mterm/MTerm.cpp#L392
Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).
Loading