Skip to content

DEBUG_VM build only: Quake 3 COM_Parse() function is using global variables #18

@jnz

Description

@jnz

If compiled with the DEBUG_VM define, the COM_Parse() function is using some global variables to parse strings in vm.c:

  • com_token
  • com_lines
  • com_tokenline

This is probably not thread safe if several .map files are loaded at the same time in different threads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions