From abc8c2d61c65757011d9d32abb01cd1e51232f3a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 5 Sep 2020 19:40:32 +0200 Subject: Remove many (762) now redundant ND_TCHECK_n() calls ND_TCHECK_n(e), n in { 1, 2, 3, 4, 8 }. They are redundant because they are followed by a GET_.*_n(e) call, same n, same e, which do the bounds check. Remove unused 'trunc' labels and most associated codes. Update the outputs of some tests accordingly. --- print-fr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print-fr.c') diff --git a/print-fr.c b/print-fr.c index d52e3cef..bdabc999 100644 --- a/print-fr.c +++ b/print-fr.c @@ -919,7 +919,6 @@ q933_print(netdissect_options *ndo, ND_PRINT("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset); if (call_ref_length != 0) { - ND_TCHECK_1(p); if (call_ref_length > 1 || GET_U_1(p) != 0) { /* * Not a dummy call reference. -- cgit v1.2.1