On Tue, 2 Mar 2010, Daniel Braniss wrote:
just keep sending insights/pointers and enjoy life
You could try this patch for sys/rpc/replay.c. Completely untested and
just typed into email (so don't give it to "patch", just edit the file).
- try adding these 2 lines just before the end of replay_setreply() in
sys/rpc/replay.c:
- }
+ } else if (m)
+ m_freem(m);
mtx_unlock(&rc->rc_lock);
}
It's the only place I can see in replay.c that might leak, rick
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"