]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Remove over restrictive checks on array index contents
authorNick Porter <nick@portercomputing.co.uk>
Wed, 1 Oct 2025 13:43:34 +0000 (14:43 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 1 Oct 2025 13:43:34 +0000 (14:43 +0100)
commitbba87c9582ba3e11373ca8ef1b8c66641583601d
tree5c647307aa976e40b8eb5a66d9768a51e75e7a40
parent293c2392791ed7227a01a08891b095a0470da04e
Remove over restrictive checks on array index contents

This reported incorrect errors - such as when an attribute is used as an
array index.

Invalid array indexes (e.g. undefined attributes or invalid data types)
are caught during policy compilation.
src/lib/server/tmpl_tokenize.c