Fix error[E0308]: mismatched types for libafl_qemu_init (#2593)
This commit is contained in:
parent
c03653f7be
commit
efa99ee3c9
@ -552,7 +552,7 @@ impl Qemu {
|
|||||||
argv.push(ptr::null()); // argv is always null terminated.
|
argv.push(ptr::null()); // argv is always null terminated.
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
libafl_qemu_init(argc, argv.as_ptr() as *mut *mut i8);
|
libafl_qemu_init(argc, argv.as_ptr() as *mut *mut ::std::os::raw::c_char);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(emulation_mode = "systemmode")]
|
#[cfg(emulation_mode = "systemmode")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user