genode/repos/os
Johannes Schlatow b1bbd72e84 net: fix tail size calculation in Ethernet_frame
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
2021-12-17 15:04:43 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include net: fix tail size calculation in Ethernet_frame 2021-12-17 15:04:43 +01:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes depot: update recipe hashes 2021-11-30 12:08:54 +01:00
run autopilot: automated stress test for platform_drv 2021-12-17 14:56:53 +01:00
src platform_drv: introduce clocks, power, reset 2021-12-17 15:04:39 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.