Skip to content

Commit

Permalink
Merge pull request #2103 from tmayoff/coverity
Browse files Browse the repository at this point in the history
Fixed uninitialized member
  • Loading branch information
jwillemsen authored Aug 28, 2023
2 parents 4183f94 + 50be407 commit 5c52832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TAO/TAO_IDL/be/be_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ be_type::be_type (AST_Decl::NodeType nt,
tc_name_ (nullptr),
common_varout_gen_ (false),
seen_in_sequence_ (false),
seen_in_map_(false),
seen_in_operation_ (false)
{
if (n != nullptr)
Expand Down

0 comments on commit 5c52832

Please sign in to comment.