auto-generate random SteamIdHashSalt if the field is left blank #9
+74
−4
Codacy Production / Codacy Static Code Analysis
required action
Jan 23, 2025 in 0s
3 new issues (0 max.) of at least minor severity.
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 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 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 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).
Loading