Fixes five silly Conditional jump or move depends on uninitialised value(s)
This commit is contained in:
parent
fdbeb951eb
commit
887c95fe2a
@ -28,6 +28,9 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
#cmakedefine MD5OBJECTS "${MD5OBJECTS}"
|
#cmakedefine MD5OBJECTS "${MD5OBJECTS}"
|
||||||
|
|
||||||
UUID::UUID() : magic_number(1297240911) {
|
UUID::UUID() : magic_number(1297240911) {
|
||||||
|
md5_prepare[32] = md5_tree[32] = md5_nodeinfo[32] = md5_graph[32] =
|
||||||
|
md5_objects[32] = '\0';
|
||||||
|
|
||||||
boost::uuids::name_generator gen(named_uuid);
|
boost::uuids::name_generator gen(named_uuid);
|
||||||
std::string temp_string(__DATE__);
|
std::string temp_string(__DATE__);
|
||||||
temp_string += __TIME__;
|
temp_string += __TIME__;
|
||||||
|
Loading…
Reference in New Issue
Block a user