rsaenh: Remove dead assignments (Clang)

Vincent Povirk madewokherd at gmail.com
Mon Nov 30 13:36:02 CST 2015


>> The usual idea in cryptography is to zeroize temporary components.
>>
>> The compiler will optimize away however if its just stack space :(
>>
>
> That's exactly the reason, compilers would maybe only care about it with -O0

FWIW, SecureZeroMemory exists to prevent that optimization.



More information about the wine-devel mailing list