Skip to content

Data race in CUtlSymbolTableMT lookup. #612

@RoyaleNoir

Description

@RoyaleNoir

CUtlSymbolTableMT::Find uses a read lock, where it should be using a write lock, as the function it is wrapping writes to a member variable of CUtlSymbolTable. This causes a race condition if two different threads attempt to look up a symbol in the same table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions