From: Alan T. DeKok Date: Tue, 12 Oct 2021 14:02:51 +0000 (-0400) Subject: nope X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c17f65639269e7794823021c24362f8ede46b1;p=thirdparty%2Ffreeradius-server.git nope --- diff --git a/src/protocols/tacacs/decode.c b/src/protocols/tacacs/decode.c index a986ebb3071..c067a8c0d58 100644 --- a/src/protocols/tacacs/decode.c +++ b/src/protocols/tacacs/decode.c @@ -118,7 +118,6 @@ static int tacacs_decode_args(TALLOC_CTX *ctx, fr_pair_list_t *out, fr_dict_attr buffer[arg_list[i]] = '\0'; arg_end = buffer + arg_list[i]; - if (arg_end > end) return -1; for (value = buffer, name_end = NULL; value < arg_end; value++) { /*