Skip to content

Bugfix: Fix potential race condition in class JobRunner #16

@BjoernAtBosch

Description

@BjoernAtBosch

The status check in JobRunner::Start could lead to a potential race condition, if Start is called multiple times within a short period, because the status is checked without any lock guard.

Fixed by including the status check into the guarded section: PR #15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions