mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

If a RecordVal had been created, but later its RecordType redef'd to contain fields with &default, those fields were incorrectly left uninitialized.
5 lines
106 B
Text
5 lines
106 B
Text
F, T, F
|
|
{
|
|
[[r=[rr=101, rrr=blue pill], a=13, b=28]] = 42,
|
|
[[r=[rr=101, rrr=blue pill], a=37, b=28]] = 1
|
|
}
|