#embeddedbits
  • Home
  • Training
  • Talks
  • Newsletter
  • About
#embeddedbits

c language


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]
gcc  c language 

Bug hunting with static analysis tools

 Posted on February 13, 2020  |  8 minutes  |  Sergio Prado

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. [Read More]
c language  security 

Finding memory bugs with AddressSanitizer

 Posted on January 28, 2020  |  8 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]
security  c language 

Sergio Prado  •  2021  •  #embeddedbits


This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License Creative Commons License