Skip to content

Instantly share code, notes, and snippets.

@kali
Created August 29, 2019 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kali/6b0b79cf7fd03964b41d5592e9b76e1d to your computer and use it in GitHub Desktop.
Save kali/6b0b79cf7fd03964b41d5592e9b76e1d to your computer and use it in GitHub Desktop.
Running `/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract -v /home/kali/.cache/hey_snips_v3.1.pb -i Sx40xf32 dump`
Uninitialized bytes in __interceptor_memchr at offset 0 inside [0x701000000000, 4)
==31975==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x55ee6131f09e (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x98f409e)
#1 0x55ee6132928e (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x98fe28e)
#2 0x55ee57eee0fd (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x4c30fd)
#3 0x55ee582a7141 (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x87c141)
#4 0x7f0d89da909a (/lib/x86_64-linux-gnu/libc.so.6+0x2409a)
#5 0x55ee57c3f1e9 (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x2141e9)
SUMMARY: MemorySanitizer: use-of-uninitialized-value (/home/kali/dev/snips/tract/target/x86_64-unknown-linux-gnu/debug/tract+0x98f409e)
Exiting
[1] 31975 exit 77 RUSTFLAGS="-Z sanitizer=memory" cargo +nightly run --target -- -v -i dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment