diff options
| author | Michael Brown | 2016-01-28 00:06:50 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-01-28 00:06:50 +0100 |
| commit | fef8e34b6f990de651002e00b60b2a6212369fb5 (patch) | |
| tree | 3a1712a1fb6654c736aa8b5fe08d8aa1bc12df9b /src/include | |
| parent | [intel] Add INTEL_NO_PHY_RST for I218-LM (diff) | |
| download | ipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.tar.gz ipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.tar.xz ipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.zip | |
[tcp] Guard against malformed TCP options
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/tcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h index 063ebaa4b..9d9aecd07 100644 --- a/src/include/ipxe/tcp.h +++ b/src/include/ipxe/tcp.h @@ -140,8 +140,6 @@ struct tcp_timestamp_padded_option { /** Parsed TCP options */ struct tcp_options { - /** MSS option, if present */ - const struct tcp_mss_option *mssopt; /** Window scale option, if present */ const struct tcp_window_scale_option *wsopt; /** SACK permitted option, if present */ |
