15 Mar
2016
15 Mar
'16
10:17 a.m.
On Mar 15, 2016, at 10:03 AM, Phil Mayers <p.mayers@imperial.ac.uk> wrote:
Finally getting some time to look at moving us off 2.x again, and first run:
https://gist.github.com/philmayers/90d7a605c3020ff07820
Trying to dig into what's triggering it now. It's a huge config with a lot of stuff in, and the minimal changes to move from 2.x to 3.x
There was another report of this on the list a while back. I can't see why it would crash there. It checks if auth_item is not NULL, and auth_item should never have a garbage value. Maybe try v3.0.x head? I pushed a fix to always initialize auth_item to NULL. Alan DeKok.