Skip to content

strtok() not thread-safe #2

@markkuleppala

Description

@markkuleppala

strtok() is used in handlerequest() but it's not thread-safe. It uses a
static buffer in the library to hold the pointer for the next token. You
should use strtok_r().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions