aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/tcp.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-01-27 23:06:50 +0000
committerMichael Brown <mcb30@ipxe.org>2016-01-27 23:06:50 +0000
commitfef8e34b6f990de651002e00b60b2a6212369fb5 (patch)
tree3a1712a1fb6654c736aa8b5fe08d8aa1bc12df9b /src/include/ipxe/tcp.h
parent6366fa7af6018b84243b21997b6aca68ad48f9b4 (diff)
downloadipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.zip
ipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.tar.gz
ipxe-fef8e34b6f990de651002e00b60b2a6212369fb5.tar.bz2
[tcp] Guard against malformed TCP options
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/tcp.h')
-rw-r--r--src/include/ipxe/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ipxe/tcp.h b/src/include/ipxe/tcp.h
index 063ebaa..9d9aecd 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 */