+2
−1
test/valid/end_of_struct.trunnel
0 → 100644
+4
−0
Loading
Our previous rule had been that all u8 arrays needed a `truncated:` section. That's fine if the arrays have a length, but not if their length extends to the end of the structure: such arrays can't be truncated. This time I also add a test to make sure change works.