Fix CrashTracer reported in PDFPlugin::ByteRangeRequest::maybeComplete <rdar://problem/64884982>
Created attachment 403658 [details] Patch
Committed r264018: <https://trac.webkit.org/changeset/264018> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403658 [details].
Comment on attachment 403658 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403658&action=review > Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.mm:1047 > + if (!plugin.m_data) > + return false; What makes it OK to access m_data without synchronization? From the ChangeLog, it sounds like it's manipulated from another thread.