Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2005 01:47:56 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipx ipx_outputfl.c ipx_pcb.c
Message-ID:  <200501020147.j021luQ2071535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.21      +1 -1      src/sys/netipx/ipx_outputfl.c
  1.36      +1 -1      src/sys/netipx/ipx_pcb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501020147.j021luQ2071535>