]> WPIA git - cassiopeia.git/commit
fix: add catch-all block around main in signer
authorFlorian Weber <oss@florianjw.de>
Sat, 6 Jun 2015 14:55:01 +0000 (16:55 +0200)
committerBenny Baumann <BenBE@geshi.org>
Sun, 7 Jun 2015 11:38:23 +0000 (13:38 +0200)
commit5b632376dc58b58dcfd8c73ece4b6ea698a8f61f
tree53d5846bcd5c959505083fecfda68a60d4e86360
parent4c5720f760282df8936e55064560373b6c9def0d
fix: add catch-all block around main in signer

This fixes the problem that destructors aren't called during
stack-unwinding, if the exception in question is never caught,
which might in the worst-case prevent the wiping of private keys.
src/apps/signer.cpp