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

auto-generate random SteamIdHashSalt if the field is left blank #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

auto-generate random SteamIdHashSalt if the field is left blank

8fda461
Select commit
Loading
Failed to load commit list.
Open

auto-generate random SteamIdHashSalt if the field is left blank #9

auto-generate random SteamIdHashSalt if the field is left blank
8fda461
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 23, 2025 in 0s

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

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

Issues
======
- Added 3
           

See the complete overview on Codacy

Annotations

Check failure on line 72 in reunion/src/reunion_cfg.cpp

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

reunion/src/reunion_cfg.cpp#L72

Does not check for buffer overflows (CWE-120).  Use sprintf_s, snprintf, or vsnprintf. 

Check failure on line 78 in reunion/src/reunion_cfg.cpp

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

reunion/src/reunion_cfg.cpp#L78

Does not check for buffer overflows (CWE-120).  Use sprintf_s, snprintf, or vsnprintf. 

Check notice on line 85 in reunion/src/reunion_cfg.cpp

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

reunion/src/reunion_cfg.cpp#L85

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).