]> git.ipfire.org Git - thirdparty/hostap.git/commit
RADIUS server: Abort startup on allocation failures
authorJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:57:58 +0000 (02:57 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 19 Aug 2019 23:57:58 +0000 (02:57 +0300)
commit9ce3bfaf47870c475567da028628733571bf2888
treeb7e1e3c06793279b97a41c09f4d9d3fc007f2ae3
parentfa1f0751cc259dd76325556b8460864aa408cad9
RADIUS server: Abort startup on allocation failures

Be more consistent on checking all parameter allocation and copying
steps within radius_server_init() and abort startup if anything fails
instead of trying to continue with other parts of the configuration.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/radius/radius_server.c