]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Initialise pointers to CONF_SECTION for sections not present in config
authorNick Porter <nick@portercomputing.co.uk>
Tue, 13 Apr 2021 10:48:04 +0000 (11:48 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 13 Apr 2021 14:18:43 +0000 (10:18 -0400)
commitca25988bcf43316bccefc780d68fa7f1b53c91c7
tree4cd490f66fb656e531d1816c09b036e8daa25e93
parent67b0d035586fb2499ffd0b30a578be6a0369db55
Initialise pointers to CONF_SECTION for sections not present in config

Without this, processing sections with no config such as a "send Offer"
seg fault when trying to look up compiled CONF_SECTION
src/lib/server/virtual_servers.c