Without any ::prelude and some void* arguments. Maybe you have thoughts about it.

The URL is just a sample of “why” but not “because”.

I have my own preference but will keep it inside my mind to not burn a tornado that will erase me from the matrix of the world.

P.S.: I think C is faster, more powerful, and more elegant. I like it more than Rust.

  • BatmanAoD@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    You’re misunderstanding the posts you’re explaining. Sanitizers, including ASan, HWASan, and bound sanitizer, are not “static analysis tools”. They are runtime tools, which is why they have a performance impact. They’re not intended to be deployed as part of a final executable.

    I don’t know how you can read this sentence and interpret it to mean that they “haven’t onboarded AddressSanitizer”:

    In previous years our memory bug detection efforts were focused on Address Sanitizer (ASan).