mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/bit-1909'
I've moved the resizing loop into a static method of RecordVal. * origin/topic/jsiwek/bit-1909: BIT-1909: fix invalid redef'd record field accesses
This commit is contained in:
commit
8df77aee09
13 changed files with 114 additions and 6 deletions
|
@ -854,7 +854,11 @@ int main(int argc, char** argv)
|
|||
HeapLeakChecker::Disabler disabler;
|
||||
#endif
|
||||
|
||||
is_parsing = true;
|
||||
yyparse();
|
||||
is_parsing = false;
|
||||
|
||||
RecordVal::ResizeParseTimeRecords();
|
||||
|
||||
init_general_global_var();
|
||||
init_net_var();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue