mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
fixes for constructing and assigning records with fields that are empty vectors
This commit is contained in:
parent
bdb5222c27
commit
06bbd167cd
6 changed files with 37 additions and 5 deletions
|
@ -3646,6 +3646,7 @@ bool VectorVal::Concretize(const TypePtr& t)
|
|||
}
|
||||
|
||||
// Require that this vector be treated consistently in the future.
|
||||
type = make_intrusive<VectorType>(t);
|
||||
yield_type = t;
|
||||
managed_yield = ZVal::IsManagedType(yield_type);
|
||||
delete yield_types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue