看板 DFBSD_bugs 關於我們 聯絡資訊
:Hmm, it is very strange to me. I reproduced the bug myself today and :the above patch does fix the panic. :Have you recompiled/reinstall the patched kernel (at least quickkernel :+ installkernel)? : :Best Regards, :sephe Hmm. min() uses a signed integer for arguments and result. len is a size_t. Is sopt->sopt_valsize initialized in that path? If it is uninitialized and >= 0x80000000 it will turn up negative in the min() and a very bad value will be returned for the bcopy(). -Matt Matthew Dillon <dillon@backplane.com>