OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 02 Oct 2008 07:51:48 EDT


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/rx

Modified Files:
	rx_rdwr.c 
Log Message:
DELTA rx-current-packet-double-free-20081003
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

in rxi_WriteProc() make sure that rx_call currentPacket is 
set to NULL after the rx_packet is added to a queue or 
passed to rx_freePacket().  Otherwise we will panic when 
we attempt to call rx_freePacket twice on the same packet.



--- DELTA config follows ---
rx-current-packet-double-free-20081003 openafs/src/rx/rx_rdwr.c 1.37 1.38