[webkit-reviews] review granted: [Bug 220776] Fix nullptr dereference introduced in r268228 : [Attachment 417983] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 11:40:49 PST 2021


Chris Dumez <cdumez at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 220776: Fix nullptr dereference introduced in r268228
https://bugs.webkit.org/show_bug.cgi?id=220776

Attachment 417983: Patch

https://bugs.webkit.org/attachment.cgi?id=417983&action=review




--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 417983
  --> https://bugs.webkit.org/attachment.cgi?id=417983
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=417983&action=review

> Source/WebCore/fileapi/Blob.cpp:274
> +	       if (bytesLoaded == m_loader->totalBytes()&& !m_bytesRead)

nit: missing space before &&


More information about the webkit-reviews mailing list