|
You are here |
cowboyprogramming.com | ||
| | | | |
blog.regehr.org
|
|
| | | | | [AI summary] The author provides a detailed walkthrough of how to create a custom fuzzer to rigorously test a C implementation of a generic ADT, specifically a red-black tree, using coverage analysis, invariants, and reference implementations. | |
| | | | |
sergioprado.blog
|
|
| | | | | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs. | |
| | | | |
aradaelli.com
|
|
| | | | | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status. | |
| | | | |
btorpey.github.io
|
|
| | | How to use clang's address sanitizer with gcc to find memory errors | ||