Skip to content

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

Open
anzz1 wants to merge 1 commit into
rehlds:masterfrom
anzz1:patch-2
Open

auto-generate random SteamIdHashSalt if the field is left blank#9
anzz1 wants to merge 1 commit into
rehlds:masterfrom
anzz1:patch-2

auto-generate random SteamIdHashSalt if the field is left blank

8f0281f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 7, 2025 in 0s

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

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

Issues
======
- Added 3
           

Complexity increasing per file
==============================
- reunion/src/reunion_cfg.cpp  20
         

See the complete overview on Codacy

Annotations

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

See this annotation in the file changed.

@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

See this annotation in the file changed.

@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 failure on line 85 in reunion/src/reunion_cfg.cpp

See this annotation in the file changed.

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