Skip to content

Run valgrind on early psets to test for errors that may be masked #37

@curiouskiwi

Description

@curiouskiwi

As an example, an uninitialised value (causing undefined behaviour) can be masked by the -fsanitize clang flag, so the program works in the IDE but not in check50. Running valgrind would find this error, so we could return a better error to in the check50 results.

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