Fix misc. issues reported by Coverity.

Some uninitialized values, a possible null pointer dereference, and
time-of-check-time-of-use on reading random seed file.
This commit is contained in:
Jon Siwek 2013-10-14 14:02:39 -05:00
parent 50784c64bc
commit 38ae7c98b4
10 changed files with 22 additions and 12 deletions

View file

@ -113,7 +113,8 @@ protected:
conns = 0;
conn_cookie = 0;
peer = SOURCE_LOCAL;
};
filename = 0;
}
Type type;
SerialInfo info;