MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / bug

Function bug

hail-fuzz/src/debugging/check.rs:171–173  ·  view source on GitHub ↗
(binary_code: u64, bug_id: u8)

Source from the content-addressed store, hash-verified

169}
170
171const fn bug(binary_code: u64, bug_id: u8) -> u64 {
172 binary_code | bug_id as u64
173}
174
175const P2IM_BASE: u64 = 0x10000;
176const GATEWAY: u64 = binary_id(P2IM_BASE, 3);

Callers 6

debug_gatewayFunction · 0.85
debug_usbFunction · 0.85
debug_xml_parserFunction · 0.85
debug_lowpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected