From: Alan T. DeKok Date: Tue, 4 Jan 2022 00:25:07 +0000 (-0500) Subject: remove assert X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a6d713feaaed030e5d18a0fd95d5634e93b4c5;p=thirdparty%2Ffreeradius-server.git remove assert --- diff --git a/src/protocols/radius/decode.c b/src/protocols/radius/decode.c index 891b52a37a..fe5592e85b 100644 --- a/src/protocols/radius/decode.c +++ b/src/protocols/radius/decode.c @@ -1,3 +1,4 @@ + /* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -1170,7 +1171,6 @@ ssize_t fr_radius_decode_pair_value(TALLOC_CTX *ctx, fr_pair_list_t *out, } if ((data + attr_len) > packet_ctx->end) { - fr_assert(0); fr_strerror_printf("%s: input overflows packet", __FUNCTION__); return -1; }