mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixed access to uninitialized memory in ZAM's "cat" built-in
This commit is contained in:
parent
a3a0155825
commit
6c2b2819c7
2 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ public:
|
|||
|
||||
protected:
|
||||
TypePtr t;
|
||||
char tmp[256];
|
||||
};
|
||||
|
||||
class StringCatArg : public CatArg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue