mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
The const-variant of the data() method contained an erroneous calculation of the tail size. This led to the size guard throwing exceptions when trying to parse TCP packets that only contained the TCP header. Fixes genodelabs/genode#4340