]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Use autofreeing of autz_ctx
authorNick Porter <nick@portercomputing.co.uk>
Wed, 1 Oct 2025 15:56:49 +0000 (16:56 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 1 Oct 2025 15:56:49 +0000 (16:56 +0100)
commitb2ec5ef76fe9a6b5f805807312e27a2f76dd7e4c
treed66efde5962a1138ad077e5ab99134fe5102030b
parent7497e72d1efe0b7631916127da8e6c6418406bfa
Use autofreeing of autz_ctx

It is parented off a higher stack frame, and if `unlang_module_yield`
has been used to set a repeat function, which needs to be done before
attempting to submit a query, then `autz_ctx` needs to remain until that
repeat has happened.
src/modules/rlm_ldap/rlm_ldap.c