You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libafl/src/feedbacks/map.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -617,7 +617,7 @@ where
617
617
618
618
letmut interesting = false;
619
619
// TODO Replace with match_name_type when stable
620
-
let observer = observers.get(&self.map_ref).unwrap().as_ref();
620
+
let observer = observers.get(&self.map_ref).expect("MapObserver not found. This is likely because you entered the crash handler with the wrong executor/observer").as_ref();
0 commit comments