New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Fix more types in realms.c Arran Cudbard-Bell@2014-12-24T16:02:48Z Files modified: * src/main/realms.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/22415b29efd8f19146f65... ====== Merge pull request #864 from qnet-herwin/talloc_null_check_eap_mem Fixed some NULL checks in EAP memory Alan DeKok@2014-12-24T14:34:32Z Files modified: * src/modules/rlm_eap/mem.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5679bcc110d15a968f18b... ====== Fixed some NULL checks in EAP memory * Add a NULL check after the first talloc call * Fix the check after allocating eap_ds->request Furthermore, I guess the code in eap_ds_free could be simplified, the talloc library should be able to free the response and request automatically. Herwin Weststrate@2014-12-24T13:35:54Z Files modified: * src/modules/rlm_eap/mem.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5ea194825c61293ddf5d4... ====== -- This commit summary was generated @2014-12-25T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).