pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
967 stars 418 forks source link

Fix memory corruption #66

Closed radiy closed 8 years ago

radiy commented 8 years ago

If pdf document was passed as buffer pointer to it will be transferred to pdfium. On GC pass buffer can be moved and pointer became invalid.

pvginkel commented 8 years ago

Sorry for the late reply. I've closed your merge request since it doesn't apply anymore. The PdfBufferFile class has been removed and instead we're now using stream loading directly from the stream.