Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AdamKorcz/go-118-fuzz-build
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5330a85
Choose a base ref
...
head repository: AdamKorcz/go-118-fuzz-build
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8075edf
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 16, 2022

  1. Update README.md

    AdamKorcz authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e0fb557 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add TOC in Readme

    AdamKorcz authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    befc80a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Add gif to readme

    AdamKorcz authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0aad819 View commit details
    Browse the repository at this point in the history
  2. Fix gif url in readme

    AdamKorcz authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    fd28276 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. filter packages to instrument (#1)

    To enhance fuzzing performance, we can limit coverage instrumentation
    to packages that we want the fuzzer to explore. This way, the fuzzer
    will focus on exploring the packages of interest. Otherwise, libfuzzer
    will try to maximize coverage in all packages. This PR limit coverage
    instrumentation to the packages explicitly configured by the `-include`
    flag (default is include all packages) and not excluded by the
    `-preserve` flag (default is none)
    kyakdan authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c548436 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. return false with testing.Short()

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8075edf View commit details
    Browse the repository at this point in the history
Loading