]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Don't parent temporary dir buffer to ef in exfile_open_mkdir (#5823) master
authorEthan Thompson <77711716+ethan-thompson@users.noreply.github.com>
Mon, 13 Apr 2026 18:25:29 +0000 (14:25 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2026 18:25:29 +0000 (14:25 -0400)
commit9f2923d456074128cc4829ac26fd5713c5359f7c
treef744f07f93592649aecd28f8d1af7d0c1d59947e
parenta329464f0fb8c50dccb6064e2796e72830bc0257
Don't parent temporary dir buffer to ef in exfile_open_mkdir (#5823)

The buffer is always freed before the function returns, so parenting
it to ef implied a lifetime relationship that didn't exist.

Signed-off-by: ethan-thompson <ethan.thompson@networkradius.com>
src/lib/server/exfile.c