mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
[tcp] Guard against malformed TCP options
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user