mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix some Coverity issues in the recent ZAM updates
This commit is contained in:
parent
20226f084b
commit
157a859104
3 changed files with 117 additions and 117 deletions
|
@ -88,7 +88,7 @@ public:
|
|||
protected:
|
||||
size_t ComputeMaxSize(ZVal* zframe, int slot) override;
|
||||
|
||||
const char* text;
|
||||
const char* text = nullptr;
|
||||
size_t n = 0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue