mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +03:00
Fix Klocwork scan issues.
This commit is contained in:
committed by
Hong, Yang A
parent
d1ea4c762a
commit
66dc649197
@@ -65,8 +65,8 @@ public:
|
||||
class EngineHSStream : public EngineStream {
|
||||
public:
|
||||
~EngineHSStream();
|
||||
hs_stream_t *id;
|
||||
EngineHSContext *ctx;
|
||||
hs_stream_t *id = nullptr;
|
||||
EngineHSContext *ctx = nullptr;
|
||||
};
|
||||
|
||||
/** Hyperscan Engine for scanning data. */
|
||||
|
Reference in New Issue
Block a user