Fix some Coverity issues in the recent ZAM updates

This commit is contained in:
Tim Wojtulewicz 2022-09-21 10:52:29 -07:00
parent 20226f084b
commit 157a859104
3 changed files with 117 additions and 117 deletions

View file

@ -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;
};