rx-current-packet-double-free-20081003
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 2 Oct 2008 12:51:48 +0000 (12:51 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 2 Oct 2008 12:51:48 +0000 (12:51 +0000)
commit1e7203940456e783aad215e939c04ed01dd45599
tree8e1cc9c5f39b7d9cc1db86d86f468d694f1dfbda
parent6acd68f0e88ffa40891be4b908b70af784b397a2
rx-current-packet-double-free-20081003

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.
src/rx/rx_rdwr.c