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

Enhanced molecular properties dialog #1754

Merged

Fix compile error with missing include

726861a
Select commit
Loading
Failed to load commit list.
Merged

Enhanced molecular properties dialog #1754

Fix compile error with missing include
726861a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 31, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 17 in avogadro/io/sdfformat.cpp

See this annotation in the file changed.

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

avogadro/io/sdfformat.cpp#L17

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

Check notice on line 19 in avogadro/io/sdfformat.cpp

See this annotation in the file changed.

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

avogadro/io/sdfformat.cpp#L19

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

Check notice on line 57 in avogadro/io/sdfformat.h

See this annotation in the file changed.

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

avogadro/io/sdfformat.h#L57

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