X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/88d16c2dc6b64144304480721aa72fc0d96130c2..refs/pull/435/head:/print-openflow-1.0.c diff --git a/print-openflow-1.0.c b/print-openflow-1.0.c index 6e50803b..f86a9412 100644 --- a/print-openflow-1.0.c +++ b/print-openflow-1.0.c @@ -909,8 +909,7 @@ of10_bsn_message_print(netdissect_options *ndo, * +---------------+---------------+-------- * */ - if (len < 4) - goto corrupt; + /* already checked that len >= 4 */ /* data */ ND_PRINT((ndo, ", data '")); if (fn_printn(ndo, cp, len - 4, ep)) {