]> Git Repo - VerusCoin.git/commit - src/wallet/db.h
Prevent crashes due to missing or corrupted database records
authorJeff Garzik <[email protected]>
Tue, 22 May 2012 19:12:52 +0000 (15:12 -0400)
committerJeff Garzik <[email protected]>
Tue, 22 May 2012 19:12:52 +0000 (15:12 -0400)
commitf94b64c2f3a1994a21c4d99a1806d4f9611f810c
tree71565f3f86e1cedc0118242cd6d0899cecb32718
parentd1edab602a3ee729b308378d9d456f01e6933cfb
Prevent crashes due to missing or corrupted database records

Any problems seen during deserialization will throw an uncaught
exception, crashing the entire bitcoin process.  Properly return an
error instead, so that we may at least log the error and gracefully
shutdown other portions of the app.
src/db.cpp
src/db.h
This page took 0.025427 seconds and 4 git commands to generate.