LowFat icon indicating copy to clipboard operation
LowFat copied to clipboard

Lean C/C++ Bounds Checking with Low-Fat Pointers

Results 3 LowFat issues
Sort by recently updated
recently updated
newest added

I am trying to compile benchmarks with link-time optimizations by adding -flto to CFLAGS and LDFLAGS. To have these options available, I added -DLLVM_ENABLE_LTO=ON to build.sh on line 76. This...

Reported by Hu Hong: Clang sometimes crashes with LowFat enabled. For example, the program: #include int main () { return std::async([]{return 1;}).get(); } will cause `clang`/LLVM to crash if LowFat...

not our bug