From fef8e34b6f990de651002e00b60b2a6212369fb5 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Jan 2016 23:06:50 +0000 Subject: [tcp] Guard against malformed TCP options Signed-off-by: Michael Brown --- src/include/ipxe/tcp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/ipxe') 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 */ -- cgit v1.2.3-55-g7522