Skip to content
Snippets Groups Projects

Raise TEXTMAP parser limits

Merged Lactozilla requested to merge raise-textmap-parser-limits into next

The TEXTMAP parser does not handle the situation where there are more than 65536 blocks of a given map structure in a file; it ignores all instances beyond that number, and causes buffer overflows. This PR allocates a specific initial size for the lists that store the positions of the blocks, and reallocates them as needed.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading