We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3475cd commit 9771891Copy full SHA for 9771891
libafl_qemu/librasan/asan/src/maps/libc.rs
@@ -45,7 +45,7 @@ struct FunctionErrnoLocation;
45
46
impl Function for FunctionErrnoLocation {
47
type Func = unsafe extern "C" fn() -> *mut c_int;
48
- const NAME: &'static CStr = c"errno_location";
+ const NAME: &'static CStr = c"__errno_location";
49
}
50
51
static OPEN_ADDR: AtomicGuestAddr = AtomicGuestAddr::new();
libafl_qemu/librasan/asan/src/mmap/libc.rs
@@ -55,7 +55,7 @@ struct FunctionErrnoLocation;
55
56
57
58
59
60
61
#[derive(Debug)]
0 commit comments