• address sanitizer in ARM GNU-A 8.2-2018.11 arm-linux-gnueabihf
    Hi all, I'm trying to compile my application with -fsanitize but when linking it fails complaining that it cannot find any library for the linker flag '-lasan'. I did check and it seems that the ARM...
  • address sanitizer in ARM GNU-A 8.2-2018.11 arm-linux-gnueabihf
    Hi all, I'm trying to compile my application with -fsanitize but when linking it fails complaining that it cannot find any library for the linker flag '-lasan'. I did check and it seems that the ARM...
  • What sanitizer does the current version of arm-none-eabi-gcc support?
    Hello! I somewhat got the impression that arm-none-eabi-gcc does not support address sanitizer (libasan). So I am writing to ask what kind of sanitizer checks does the current version of arm-none...
  • What sanitizer does the current version of arm-none-eabi-gcc support?
    Hello! I somewhat got the impression that arm-none-eabi-gcc does not support address sanitizer (libasan). So I am writing to ask what kind of sanitizer checks does the current version of arm-none...
  • armcc
    Note: This was originally posted on 5th April 2013 at http://forums.arm.com Is there a compiler option or pragma that allows me to see "padding" in c structure?   typedef struct st {   char a; ...