]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Fix RADIUS client configuration update on reconfig
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 10 Feb 2011 20:12:29 +0000 (22:12 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 10 Feb 2011 20:12:29 +0000 (22:12 +0200)
commite3e52e364ef86ed09d6caa5d0c327c88395f9968
tree6f9e0a56acb413393eb95bdc1999815e5ce2ff92
parent810f08bab4a891b45c24746cbc335356c566b377
hostapd: Fix RADIUS client configuration update on reconfig

The internal pointer to RADIUS client configuration needs to be
updated whenever a new hostapd configuration is loaded. Without
this, freed memory may be dereferenced and this can result in
segmentation faults.
src/ap/hostapd.c
src/radius/radius_client.c
src/radius/radius_client.h