Disallow pk3s with extra bytes
1 unresolved thread
1 unresolved thread
PK3 files can be exploited to have SRB2 load lumps that are not viewable in SLADE or other ZIP tools. An example by @Golden: zip1ficklezip.pk3
Merge request reports
Activity
Filter activity
1187 1187 const char *s = M_GetNextParm(); 1188 1188 1189 1189 if (s) // Check for NULL? 1190 { 1191 if (!W_VerifyNMUSlumps(s)) 1192 G_SetGameModified(true); mentioned in commit f180a1fc
Please register or sign in to reply