DescriptionGive PEImage a virtual destructor
It has a virtual method and is derived from by PEImageAsData.
Clang would warn about it not having a virtual destructor when
used in a delete expression in
module_integrity_verifier_win_unittest.cc.
Suppress the benign warning about the destructor not being
called during SEH unwinding.
BUG=82385
Committed: https://crrev.com/7d5f646bf9a9c9379cacebf87378e33f29b3ea21
Cr-Commit-Position: refs/heads/master@{#300621}
Patch Set 1 #Patch Set 2 : Suppress the SEH warning instead #
Messages
Total messages: 13 (3 generated)
|