Skip to content

Commit

Permalink
proccontrol: init int_thread's fakeSyscallExitBp members
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 1, 2016
1 parent 1da0a1a commit e09b7e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proccontrol/src/process.C
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,9 @@ int_thread::int_thread(int_process *p, Dyninst::THR_ID t, Dyninst::LWP l) :
clearing_breakpoint(NULL),
em_singlestep(NULL),
user_data(NULL),
unwinder(NULL)
unwinder(NULL),
addr_fakeSyscallExitBp(0),
isSet_fakeSyscallExitBp(false)
{
Thread::ptr new_thr(new Thread());

Expand Down

0 comments on commit e09b7e8

Please sign in to comment.