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: rust-fuzz/libfuzzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.5
Choose a base ref
...
head repository: rust-fuzz/libfuzzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.6
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 10, 2022

  1. Rename run to __libfuzzer_sys_run

    This reduces chances of function collision. When using the `fuzz_target` macro, calling `run` inside the block will call the `run` function declared inside the macro definition instead of calling the `run` function defined in the module using `fuzz_target`. Using the `run` function of the macro is probably not the intended goal because it leads to a recursive call. Renaming makes it less likely to call `__libfuzzer_sys_run` by accident.
    stormshield-guillaumed committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9d61037 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from stormshield-guillaumed/name-collision

    Rename run to __libfuzzer_sys_run
    fitzgen authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    55c8e0b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    7a7f78d View commit details
    Browse the repository at this point in the history
  2. fmt

    addisoncrump committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f47576d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    663c0b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge pull request #103 from VTCAKAVSMoACE/main

    Fix minor build.rs issues w.r.t. custom libfuzzer paths
    fitzgen authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    289f20f View commit details
    Browse the repository at this point in the history
  2. Bump to version 0.4.6

    fitzgen committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e07c487 View commit details
    Browse the repository at this point in the history
Loading