Darren Reed writes:
> Since you're experimenting with this, can you try changing the if() from
> if (MBLKL(bp) < mblk_pull_len) {
> to
> if ((bp->b_cont != NULL) && (MBLKL(bp) < mblk_pull_len) &&
> (MBLKL(bp->b_cont) < mblk_pull_len)) {
>
>From looking at the mblk chain, I'm certain that your fix would work
in my case. Unfortunately, I don't have the clue required to
recompile base kernel modules.
Drew
_______________________________________________
networking-discuss mailing list
[email protected]