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: b2031950a318
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: 5330a85ea652
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 30, 2022

  1. Improve fake t tester (#10)

    Allow Helper() and fix some mis-attributed names
    howardjohn authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    698bbe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Add t.TempDir

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6fdadb0 View commit details
    Browse the repository at this point in the history
  2. add f.TempDir()

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fd6e627 View commit details
    Browse the repository at this point in the history
  3. bump go-fuzz-headers

    Signed-off-by: AdamKorcz <[email protected]>
    AdamKorcz committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    b019dfe View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Support overlay configs (#12)

    Tools that perform source-to-source translation often generate overlay
    JSON files that provide replacements for instrumented files.
    This way go build can use the instrumented source files without having
    to pollute the original code base.
    kyakdan authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7831855 View commit details
    Browse the repository at this point in the history
  2. Support Errorf and Fatalf (#11)

    Technically the real one only adds `\n` if it isn't already there, but this is simpler and I don't think we mind an extra newline
    howardjohn authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4f8172c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. update go.mod dependencies (#13)

    * go.mod: github.com/AdaLogics/go-fuzz-headers v0.0.0-20221206110420-d395f97c4830
    
    full diff: AdaLogics/go-fuzz-headers@3345c89...d395f97
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    
    * go.mod: golang.org/x/tools v0.2.0
    
    Updating to use a released version, but staying on a slightly older
    version to not force other indirect dependencies to be updated.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5330a85 View commit details
    Browse the repository at this point in the history
Loading