Re: [PATCH 3.6 0/3] Fix use-after-free in PSCSI

2012-09-05 Thread Nicholas A. Bellinger
On Wed, 2012-09-05 at 17:09 +0200, Paolo Bonzini wrote: > Hi, > > this series fixes the bug I reported with wrong sense data. The > memory corruption is caused by using the sense data after freeing > it. The series corrects it by moving the copy of the sense data > earlier, to the transport_comp

[PATCH 3.6 0/3] Fix use-after-free in PSCSI

2012-09-05 Thread Paolo Bonzini
Hi, this series fixes the bug I reported with wrong sense data. The memory corruption is caused by using the sense data after freeing it. The series corrects it by moving the copy of the sense data earlier, to the transport_complete callback. Please review and be kind on my first lio patches! :