Snippets for etlegacy 2.85.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/jcf4mayf78w8drm0iakjlbcs2zq6qyjh-etlegacy-unwrapped-2.85.0.drv.
-
/build/source/src/qcommon/md4.c:170:25: warning: 'MD4Transform' reading 64 bytes from a region of size 3 [-Wstringop-overread] 170 | MD4Transform(context->state, &input[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/client/cl_db.c:120:70: warning: '%s' directive argument is null [-Wformat-overflow=] 120 | Com_Printf("SQL command '%s' failed: %s\n", sql, err_msg); | ^~ -
/build/source/src/client/cl_db.c:181:54: warning: '%s' directive argument is null [-Wformat-overflow=] 181 | Com_Printf("SQL command '%s' failed: %s\n", sql, err_msg); | ^~ -
/build/source/src/client/cl_db.c:313:80: warning: '%s' directive argument is null [-Wformat-overflow=] 313 | Com_Printf("Can't update favorite '%s' failed: %s\n", address, err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:249:85: warning: '%s' directive argument is null [-Wformat-overflow=] 249 | G_Printf("G_SkillRatingGetMatchRating: sqlite3_step failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:217:80: warning: '%s' directive argument is null [-Wformat-overflow=] 217 | G_Printf("G_SkillRatingGetMatchRating: sqlite3_prepare failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:393:84: warning: '%s' directive argument is null [-Wformat-overflow=] 393 | G_Printf("G_SkillRatingGetUserRating: sqlite3_step failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:363:79: warning: '%s' directive argument is null [-Wformat-overflow=] 363 | G_Printf("G_SkillRatingGetUserRating: sqlite3_prepare failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:719:83: warning: '%s' directive argument is null [-Wformat-overflow=] 719 | G_Printf("G_SkillRatingGetMapRating: sqlite3_step failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:680:78: warning: '%s' directive argument is null [-Wformat-overflow=] 680 | G_Printf("G_SkillRatingGetMapRating: sqlite3_prepare failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:1004:72: warning: '%s' directive argument is null [-Wformat-overflow=] 1004 | G_Printf("G_UpdateSkillRating: sqlite3_prepare failed: %s\n", err_msg); | ^~ -
/build/source/src/game/g_skillrating.c:1276:86: warning: '%s' directive argument is null [-Wformat-overflow=] 1276 | G_Printf("G_CalculateWinProbability: sqlite3_prepare failed: %s\n", err_msg); | ^~