Skip to content

Check for a call to mc_init() in non-transparent executions of McMini #29

@maxwellpirtle

Description

@maxwellpirtle

Currently, McMini will segfault if a program makes explicit calls to McMini's wrapper functions (e.g. mc_pthread_mutex_lock()) without first calling mc_init(). We should simply bail out and recognize if/when mc_init() has been called. The only slightly tricky bit will be checking for mc_init() before each wrapper function has been called. If we can check without necessarily. We should be able to use the MC_SHARED_LIBRARY macro here

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort: 2Requires some effort to completetype: enhancementThe issue specifies a feature that should be added to the projectwork: complicatedCynefin complicated: the work involves problems without necessarily one preferred method

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions