Agnoctopus / Tartiflette

Snapshot fuzzing with KVM and LibAFL
93 stars 6 forks source link

Non determinism #6

Closed SiD3W4y closed 3 years ago

SiD3W4y commented 3 years ago

After playing around a bit with some snapshot, there appears to be some some non determinism sometimes. Most crashes tend to occur inside libc allocation functions (calloc and malloc subfunctions mostly).

We need to find the root cause for this

SiD3W4y commented 3 years ago

Fixed (reset wrongly implemented)