libtt: Coverity fixes related to uninitialised fields in classes.

This commit is contained in:
Peter Howkins
2018-04-18 01:28:03 +01:00
parent caef8edac0
commit 02d43dabe6
30 changed files with 90 additions and 14 deletions

View File

@@ -94,6 +94,11 @@ _Tt_s_mp() : _Tt_mp()
when_last_observer_registered = 1;
update_args.message = new _Tt_s_message();
_self = (_Tt_s_procid *)new _Tt_self_procid();
map_ptypes = 0;
unix_cred_chk_flag = 0;
garbage_collector_pid = 0;
_next_garbage_run = 0;
}