`gt_sdma_handle_rxqueue` truncates the value of pkt_len: https://github.com/GNS3/dynamips/blob/804ae0cdc84df30dbeac9599b3827905b7e6adab/common/dev_gt.c#L1098-L1099 but the only use of pkt_len happens before that, in line 1094. Possible consequence: a big packet might cause a buffer overflow (probably in the vm memory instead of dynamips itself) Discovered while converting to rust.