Nikolas Thoman <[EMAIL PROTECTED]> wrote: > Any help in diagnosing the reason why I'm encountering a fault in > malloc would be much appreciated.
It usually happens because something else in the code is over-writing a buffer, or writing to free'd memory. Run the server under valgrind to see what's going on. You'll have to pass special options to work around the infinite SSL warnings, but those warnings can be ignored. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

