We should ensure the size of the variable a is 8 bytes. Otherwise, this generates a stack buffer overflow inside the memcpy call in 32 bits machines. (We write more bytes than the size of a, when it is 4 bytes).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM