Skip to content
Snippets Groups Projects

Disallow pk3s with extra bytes

Merged James R. requested to merge holy-zip into next
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

Checking pipeline status.

Approval is optional

Merged by James R.James R. 4 years ago (Dec 10, 2020 8:21pm UTC)

Merge details

  • Changes merged into with f180a1fc.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • merged

  • James R. mentioned in commit f180a1fc

    mentioned in commit f180a1fc

  • Please register or sign in to reply
    Loading