pub struct ComputedAddrFromLoadedBug {
pub load_location: SourceLocation,
pub addr_computation_location: SourceLocation,
pub tainted_register: String,
pub severity: Severity,
pub mitigation: String,
}Expand description
Bug: 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
Source§fn clone(&self) -> ComputedAddrFromLoadedBug
fn clone(&self) -> ComputedAddrFromLoadedBug
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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