Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-06 Thread Alan DeKok
I've committed a fix which changes the assert to a run-time check. It won't correct the underlying issue, but it will keep the server running. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-06 Thread Phil Mayers
On 06/05/11 10:17, Alan DeKok wrote: I've committed a fix which changes the assert to a run-time check. It won't correct the underlying issue, but it will keep the server running. Could you spot any code path which can lead to length 0? I looked and couldn't see how it was possible.

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-06 Thread Alan DeKok
Phil Mayers wrote: Could you spot any code path which can lead to length 0? I looked and couldn't see how it was possible. I don't see how it's possible, either. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-04 Thread James J J Hooper
Hi All, Sorry for the sketchy details We got an ASSERT FAILED xlat.c[1048]: outlen 0 with a PEAP user. The bit of the -X I have is as below, and the soh virtual server config is attached. I have no further details at the moment because the client has gone away (and I've disabled SoH in

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-04 Thread Phil Mayers
On 04/05/11 10:42, James J J Hooper wrote: Hi All, Sorry for the sketchy details We got an ASSERT FAILED xlat.c[1048]: outlen 0 with a PEAP user. The bit of the -X I have is as below, and the soh virtual server config is attached. I have no further details at the moment because the client

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-04 Thread Phil Mayers
On 04/05/11 10:42, James J J Hooper wrote: Hi All, Sorry for the sketchy details We got an ASSERT FAILED xlat.c[1048]: outlen 0 with a PEAP user. The bit of the -X I have is as below, and the soh virtual server config is attached. I have no further details at the moment because the client

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-04 Thread James J J Hooper
On 04/05/2011 11:24, Phil Mayers wrote: On 04/05/11 10:42, James J J Hooper wrote: [updated] returns updated +++- if ((Calling-Station-Id) %{Calling-Station-Id} =~ /^%{config:policy.mac-addr}$/i) returns updated +++ ... skipping else for request 750: Preceding if was taken ++- policy

Re: FR 2.1.x git + SoH: ASSERT FAILED xlat.c[1048]: outlen 0

2011-05-04 Thread James J J Hooper
On 04/05/2011 11:37, Phil Mayers wrote: On 04/05/11 10:42, James J J Hooper wrote: Hi All, Sorry for the sketchy details We got an ASSERT FAILED xlat.c[1048]: outlen 0 with a PEAP user. The bit of the -X I have is as below, and the soh virtual server config is attached. I have no further