]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
assert when we enter the tokenize function, not later
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 Jul 2025 11:48:35 +0000 (07:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 2 Jul 2025 11:52:26 +0000 (07:52 -0400)
commitac43009fc58b985549d5651b83f60be5d67a696a
treeb5c0e35151baef5d20d1ab74e8d59d2d3d748447
parenta36c396ef0a0ab111f4e8c42aa3c65f6c6d643ef
assert when we enter the tokenize function, not later

when we call xlat_finalize().  This helps to hoist errors earlier
in the call flow.
src/lib/unlang/xlat_tokenize.c