« Previous | Next » 

Revision 9217e26f

ID9217e26f43df4aab7deaea35b21caacc1f1f854b

Added by Kevin Wolf over 13 years ago

vvfat: Fix double free for opening the image rw

Allocation and deallocation of bs->opaque is not in the control of a
block driver. Therefore it should not set bs->opaque to a data structure
used by another bs, or closing the image will lead to a double free.

Signed-off-by: Kevin Wolf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences