センシティブなメモリはソースコードに従ってクリアされるが、コンパイラの最適化によって、そのメモリが再び読み出されない場合はそのままにされる。
このコンパイラ最適化エラーは、以下の場合に発生する:
Sensitive memory is cleared according to the source code, but compiler optimizations leave the memory untouched when it is not read from again, aka "dead store removal."
This compiler optimization error occurs when: