On Wed, 20 Oct 2004 11:11:06 -0700 (PDT)
Matthew Dillon <dillon@apollo.backplane.com> wrote:
> This is my fault. I copied the assertion from the old code to
> the new code and it is simply not correct any more in the new
> code. NULL is actually allowed there, but we have to break out
> of the loop if we get one.
>
> Here's the patch, please test.
No panics so far.
-Chris