The best way to spend less time fixing bugs in software is not creating bugs in the first place, and a static analysis tool is perfect for this job.| sergioprado.blog
AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.| sergioprado.blog