brunoerg / bitcoinfuzz

Differential Fuzzing of Bitcoin implementations and libraries
32 stars 12 forks source link

Error when applying patches #59

Closed brunoerg closed 3 months ago

brunoerg commented 3 months ago
bitcoinfuzz git:(main) ✗ git apply patches/*
error: No valid patches in input (allow with "--allow-empty")
brunoerg commented 3 months ago

cc: @hax0kartik

hax0kartik commented 3 months ago

Hi, could you check if the patches are already applied? I do not get any errors while applying either patch. Additionally, please check the output of the following commands git apply patches/btcd_raw_network_message.patch -v and git apply patches/rust-bitcoin_raw_network_message.patch -v

brunoerg commented 3 months ago

Yes, nevermind