- CLang's UndefinedBehaviorSanitizer modifies C programs at compile time to catch various kinds of undefined behavior during program execution http://clang.llvm.org/docs/undefinedbehaviorsanitizer.html 9 comments programming
Linking pages
- Why Not Rust? https://matklad.github.io/2020/09/20/why-not-rust.html 1021 comments
- Playing Around With The Fuchsia Operating System https://blog.quarkslab.com/playing-around-with-the-fuchsia-operating-system.html 440 comments
- You Can't Always Hash Pointers in C https://nullprogram.com/blog/2016/05/30/ 316 comments
- Can sanitizers find the two bugs I wrote in C++? - Andrew Helwer https://ahelwer.ca/post/2023-02-07-cpp-bugs-sanitized/ 241 comments
- C++ Ecosystem: Compilers, IDEs, Tools, Testing and More - C++ Stories https://www.bfilipek.com/2019/10/cppecosystem.html 177 comments
- With Undefined Behavior, Anything is Possible | Raph Levien’s blog https://raphlinus.github.io/programming/rust/2018/08/17/undefined-behavior.html 114 comments
- Baby Steps http://smallcultfollowing.com/babysteps/blog/2023/01/20/rust-in-2023-growing-up/ 105 comments
- The Case for C++. Why You Should Start Learning, Now | by John Murray | ITNEXT https://medium.com/@john.m.murray786/the-case-for-c-4122a5b47130?amp%3Bsk=ca95e477c339e9504a00791d4d8ef477&source=friends_link 94 comments
- The Case for C++. Why You Should Start Learning, Now | by John Murray | ITNEXT https://itnext.io/the-case-for-c-4122a5b47130 92 comments
- GitHub - google/sanitizers: AddressSanitizer, ThreadSanitizer, MemorySanitizer http://code.google.com/p/address-sanitizer/ 88 comments
- Testing Microservices, the sane way | by Cindy Sridharan | Medium https://medium.com/@copyconstruct/testing-microservices-the-sane-way-9bb31d158c16 78 comments
- GitHub - DaveGamble/cJSON: Ultralightweight JSON parser in ANSI C https://github.com/DaveGamble/cJSON 38 comments
- Browser fuzzing at Mozilla - Mozilla Hacks - the Web developer blog https://hacks.mozilla.org/2021/02/browser-fuzzing-at-mozilla/ 26 comments
- GitHub - google/sanitizers: AddressSanitizer, ThreadSanitizer, MemorySanitizer http://code.google.com/p/address-sanitizer/wiki/AddressSanitizerAlgorithm 25 comments
- My Little LLVM: Undefined Behavior is Magic! - The LLVM Project Blog http://blog.llvm.org/2016/04/undefined-behavior-is-magic.html 16 comments
- GitHub - danielaparker/jsoncons: A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON https://github.com/danielaparker/jsoncons 14 comments
- Chrome on Windows ditches Microsoft’s compiler, now uses Clang | Ars Technica https://arstechnica.com/gadgets/2018/03/chrome-on-windows-ditches-microsofts-compiler-now-uses-clang/ 12 comments
- GitHub - turbolent/w2c2: Translates WebAssembly modules to portable C https://github.com/turbolent/w2c2 9 comments
- GitHub - planetis-m/libfuzzer: Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine. https://github.com/planetis-m/libfuzzer 5 comments
- GitHub - google/sanitizers: AddressSanitizer, ThreadSanitizer, MemorySanitizer https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer 5 comments
Related searches:
Search whole site: site:clang.llvm.org
Search title: UndefinedBehaviorSanitizer — Clang 17.0.0git documentation
See how to search.