pub struct ComputedAddrFromLoadedBug {
pub load_location: SourceLocation,
pub addr_computation_location: SourceLocation,
pub tainted_register: String,
pub severity: Severity,
pub mitigation: String,
}Expand description
Defect: Address computed from ld.shared value causes store crash
Fields§
§load_location: SourceLocationLoad location
addr_computation_location: SourceLocationAddress computation location
tainted_register: StringTainted register
severity: SeveritySeverity
mitigation: StringMitigation advice
Trait Implementations§
Source§impl Clone for ComputedAddrFromLoadedBug
impl Clone for ComputedAddrFromLoadedBug
Auto Trait Implementations§
impl Freeze for ComputedAddrFromLoadedBug
impl RefUnwindSafe for ComputedAddrFromLoadedBug
impl Send for ComputedAddrFromLoadedBug
impl Sync for ComputedAddrFromLoadedBug
impl Unpin for ComputedAddrFromLoadedBug
impl UnsafeUnpin for ComputedAddrFromLoadedBug
impl UnwindSafe for ComputedAddrFromLoadedBug
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more