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

Improve/new console io #377

Merged
merged 8 commits into from
Jul 2, 2024

merged with main

c9bf135
Select commit
Loading
Failed to load commit list.
Merged

Improve/new console io #377

merged with main
c9bf135
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 28, 2024 in 0s

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

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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).