EffectiveSan icon indicating copy to clipboard operation
EffectiveSan copied to clipboard

Runtime type and bounds-error checking for C/C++

Results 4 EffectiveSan issues
Sort by recently updated
recently updated
newest added

Fix1: Error: incompatible type for argument 1 of ‘__builtin_ia32_pblendvb128’ Note:expected ‘__vector(16) char’ but argument is of type ‘EFFECTIVE_BOUNDS {aka __vector(2) long int}’ Fix2: Error when parse : auto [Bounds1, lb1,...

Hi, Thanks for the great work. I am trying to compile the code (0.1.1 alpha) on ubuntu 18.04 Clang4 installed. However, I am getting the same error reported in issue...

For example: $ clang++ -fsanitize=effective -std=c++11 -c crash.cpp fatal error: error in backend: Cannot select: 0x593c230: i64 = X86ISD::WrapperRIP TargetGlobalTLSAddress:i64 0 [TF=10] 0x5875d20: i64 = TargetGlobalTLSAddress 0 [TF=10] In function:...

not our bug

Dear EffectiveSan authors, We have noticed that EffectiveSan, under certain conditions, does not detect misuses of free (CWE-761), and are wondering if this is expected behavior. The misuse in the...