mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Fix uninitialized (or unused) fields.
This commit is contained in:
parent
64f3bef96d
commit
775ec6795e
62 changed files with 135 additions and 98 deletions
|
@ -40,6 +40,7 @@ DebuggerState::DebuggerState()
|
|||
next_bp_id = next_watch_id = next_display_id = 1;
|
||||
BreakBeforeNextStmt(false);
|
||||
curr_frame_idx = 0;
|
||||
already_did_list = false;
|
||||
BreakFromSignal(false);
|
||||
|
||||
// ### Don't choose this arbitrary size! Extend Frame.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue