mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
porting of GH-4016
This commit is contained in:
parent
dfbeb3e71f
commit
c86f9267ff
1 changed files with 3 additions and 1 deletions
|
@ -1561,7 +1561,9 @@ eval if ( frame[z.v2].vector_val->Size() > 0 )
|
||||||
unary-expr-op To-Any-Coerce
|
unary-expr-op To-Any-Coerce
|
||||||
op-type X
|
op-type X
|
||||||
set-type $1
|
set-type $1
|
||||||
eval AssignV1(ZVal(frame[z.v2].ToVal(z.t), ZAM::any_base_type))
|
eval auto orig_lhs = frame[z.v1]; /* hold in case z.v1 = z.v2 */
|
||||||
|
AssignV1(ZVal(frame[z.v2].ToVal(z.t), ZAM::any_base_type))
|
||||||
|
ZVal::DeleteManagedType(orig_lhs);
|
||||||
|
|
||||||
unary-expr-op From-Any-Coerce
|
unary-expr-op From-Any-Coerce
|
||||||
op-type X
|
op-type X
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue