GCC extensions to the C language Posted on March 3, 2020 | 5 minutes | Sergio Prado The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C. [Read More] programming gcc c-language
Finding memory bugs with AddressSanitizer Posted on January 28, 2020 | 9 minutes | Sergio Prado AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs. [Read More] debugging c-language