mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fix global opaque val segfault, addresses BIT-1071
The opaque types need to be created before scripts are parsed.
This commit is contained in:
parent
742a047a40
commit
dc2e3d6e04
6 changed files with 34 additions and 22 deletions
|
@ -246,14 +246,6 @@ extern StringVal* global_hash_seed;
|
|||
|
||||
extern bro_uint_t bits_per_uid;
|
||||
|
||||
class OpaqueType;
|
||||
extern OpaqueType* md5_type;
|
||||
extern OpaqueType* sha1_type;
|
||||
extern OpaqueType* sha256_type;
|
||||
extern OpaqueType* entropy_type;
|
||||
extern OpaqueType* topk_type;
|
||||
extern OpaqueType* bloomfilter_type;
|
||||
|
||||
// Initializes globals that don't pertain to network/event analysis.
|
||||
extern void init_general_global_var();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue