kaitai_struct icon indicating copy to clipboard operation
kaitai_struct copied to clipboard

Compiler allow unknown fields in `endian.cases.<case>` property

Open Mingun opened this issue 2 years ago • 0 comments

The following KSY compiled successfully and generate code that accesses non existent field unknown:

meta:
  id: endian_switch_on_bug
  encoding: utf-8
  endian:
    switch-on: 0
    cases:
      unknown: be
      _: le

Mingun avatar Nov 22 '21 14:11 Mingun