issues
search
oxidecomputer
/
p4
A P4 compiler
Mozilla Public License 2.0
112
stars
5
forks
source link
dont flip byte order on fields <= 8 bits
#51
Closed
rcgoodfellow
closed
6 months ago
rcgoodfellow
commented
6 months ago
due to bitvector capacity accounting these fields can expand into 2 bytes as vectors, and if we reorder them, the values get corrupted.
check for null fields on deserialization
fixes #50