In certain cases, the compiler might try to merge __stack_chk_guard with another global variable. (Or someone could theoretically define __stack_chk_guard as an alias.) In that case, make sure we don't crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM