cvs commit: src/sys/netipx ipx_outputfl.c ipx_pcb.c
Boris Popov
bp at freebsd.org
Mon Jan 3 10:38:17 GMT 2005
On Sun, Jan 02, 2005 at 01:47:56AM +0000, Robert Watson wrote:
> rwatson 2005-01-02 01:47:56 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netipx ipx_outputfl.c ipx_pcb.c
> Log:
> Use RTFREE() to free route references rather than rtfree(), as rtfree()
> expects a locked route reference. This removes a panic that occurs
> when connected ipxpcb is closed and its route free'd, and may have been
> present since the route locking took place.
Thanks! This seems to be a main cause of many crash reports.
--
Boris Popov
http://rbp.euro.ru
More information about the cvs-src
mailing list