Skip to content

Test suite: Add extensive fuzzing tests to all coreutils #10

Description

@chorman0773

Presently the coreutils are only tested for correctness, and only in limited ways.
There are no tests for segmentation faults (aside from some cleverly named tests), or for buffer overrun vulnerabilities. An extensive fuzzer should be run over all lc-coreutils. Additionally, all coreutils should be run automatically with valgrind, failing if any memory errors are detected.

Progress:

  • Valgrind tests for all coreutils
    • hashfile
    • true
    • false
    • echo
    • chmod-parse
    • chmod
    • mkdir
    • mknod
    • mkfifo
    • which
    • yes
    • link
    • nohup
    • basename
    • dirname
  • Fuzzing for all coreutils
    • hashfile
    • true
    • false
    • echo
    • chmod-parse
    • chmod
    • mkdir
    • mknod
    • mkfifo
    • which
    • yes
    • link
    • nohup
    • basename
    • dirname

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