Skip to content

Commit

Permalink
Custom Atom type to replace unsound API (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity authored Feb 9, 2024
1 parent 0dd211a commit 07e9213
Show file tree
Hide file tree
Showing 14 changed files with 270 additions and 231 deletions.
1 change: 0 additions & 1 deletion fuzz/fuzz_targets/deserialize_br_rand_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use clvmr::allocator::Allocator;
use clvmr::serde::node_from_bytes_backrefs;
use clvmr::serde::node_to_bytes_backrefs;
use libfuzzer_sys::fuzz_target;
//use fuzzing_utils;

fn do_fuzz(data: &[u8], short_atoms: bool) {
let mut allocator = Allocator::new();
Expand Down
Loading

0 comments on commit 07e9213

Please sign in to comment.