Re: EAP-TLS FreeBSD Segmentation Fault

2003-03-31 Thread Alan DeKok
"George R. Ellis" <[EMAIL PROTECTED]> wrote: > The malloc() in eap_tls.c:501 behaves differently on FreeBSD 5.0 than on > Linux (RH 8.0) when (reply->length - TLS_HEADER_LEN) is zero. Under > FreeBSD I end up with a bad address, thus a segmentation fault. Ok... > This seems to be the problem so

EAP-TLS FreeBSD Segmentation Fault

2003-03-28 Thread George R. Ellis
FreeRADIUS Version 0.8.1 (FreeBSD 5.0) openssl-SNAP-20030325 Enterasys R2 AP WindowsXP Supplicant Hi, I ran into a problem with sending out the eaptls_success on FreeBSD. I got a core dump during a eaptls_compose in the file ${freeradius-0.8.1}/src/modules/rlm_eap/types/rlm_eap_tls/eap_tls.c call