On Wednesday 09 July 2008, Aggelos Economopoulos wrote: > On Wednesday 09 July 2008, Johannes Hofmann wrote: > [...] > > I get a similar panic with > > > > firewall_enable="YES" > > firewall_type="client" > > > > in rc.conf. Anyone else seeing that? > > Can you post any relevant output? I'm drowining in PDEs and complex integrals > here, no time to reproduce... > > Aggelos >
Nevermind, I think I have it. We kmalloc(0) and kva_p() doesn't like the resulting address. Must set sopt->sopt_val to NULL if !uap->val and KKASSERT(!sopt->sopt_val || kva_p()) instead. I hope I'll have time to fix it later, but feel free to beat me to it. Aggelos
