Hello,

 

I’m totally new to ASAN, I’m using latest GCC ARM compiler for embedded 
projects.

I was wondering if someone already tried to use ASAN on embedded platforms 
like Cortex-M ?

I tried adding “-fsanitize=address” to my compile/link command line and it 
compiled fine but failed at linking because of missing functions (__asan_*).

 

Is it “doable” to implement these ? 

I guess there are 2 options, do checks on the target itself (but what is 
the required RAM/FLASH/CPU footprint ?) and trigger e.g. a breakpoint on 
error, or transfer data to a PC for calculations (but what would be the 
required bandwidth ?) but that would require developing a dedicated GUI/app.

 

Any advice ?

 

Thomas.

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to