Skip to content

Commit 3bebbe0

Browse files
authored
Update AsanBacktrace documentation (#2377)
* Add AsanBacktrace documentation * Update stacktrace.rs
1 parent 949a25a commit 3bebbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/src/observers/stacktrace.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ pub fn get_asan_runtime_flags() -> String {
267267
flags.join(":")
268268
}
269269

270-
/// An observer looking at the backtrace of target command using ASAN output
270+
/// An observer looking at the backtrace of target command using ASAN output. This observer is only compatible with a `ForkserverExecutor`.
271271
#[derive(Serialize, Deserialize, Debug, Clone)]
272272
pub struct AsanBacktraceObserver {
273273
observer_name: Cow<'static, str>,

0 commit comments

Comments
 (0)