mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fix uninitialized field in basename/dirname util wrapper.
Shouldn't cause a problem as it's always set in subclass ctors, just silences a coverity warning.
This commit is contained in:
parent
e8739f785b
commit
5a67135486
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ public:
|
|||
protected:
|
||||
|
||||
SafePathOp()
|
||||
: result(), error()
|
||||
{ }
|
||||
|
||||
void CheckValid(const char* result, const char* path, bool error_aborts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue