Skip to content

log_printf may use CO after CO_delete during cleanup #27

Description

@filippo-riccio

CO_delete(CO) invalidates the CO pointer, but CO is not set to NULL afterwards.

Subsequent calls to log_printf() may still use CO if it is not NULL.

I think CO should be set to NULL after CO_delete(CO).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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