Skip to content

Commit

Permalink
Fixes Coverity 1513058, introduced with #9643 (#9860)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop committed Jun 16, 2023
1 parent d67340c commit 8595cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/header_rewrite/operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class OperatorHeaders : public Operator

protected:
std::string _header;
const char *_header_wks;
const char *_header_wks = nullptr;
};

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 8595cac

Please sign in to comment.