mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58: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:
|
protected:
|
||||||
|
|
||||||
SafePathOp()
|
SafePathOp()
|
||||||
|
: result(), error()
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
void CheckValid(const char* result, const char* path, bool error_aborts);
|
void CheckValid(const char* result, const char* path, bool error_aborts);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue