]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Only standard modules register xlats with their own name developer/ndptech master
authorNick Porter <nick@portercomputing.co.uk>
Thu, 9 Apr 2026 13:05:43 +0000 (14:05 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 9 Apr 2026 14:13:11 +0000 (15:13 +0100)
commit4c5411c7792e1a152c65df4d71c2ad56a2f77c66
tree8e5e503b373da08e0b9cb2b6e4df460e8f2c4b40
parentb404c397f351c8eee124f0632a996d85cf5862ce
Only standard modules register xlats with their own name

Without this, if a virtual server, for example, has the same name as a
module which registers an xlat in its name, then, during server
shutdown, removing the process module for the virtual server attempts to
unregister the xlat which it doesn't own and leads to a seg fault.
src/lib/server/module.c