Add missing null-check to BlobDataHandle::GetBlobStatus.
This method was dereferencing a weak pointer without first making sure the pointer wasn't null, unlike every other method in the class. This fixes that. Bug: 790772 Change-Id: I980fa47a5afceae36d5843056ed03a88e863adce Reviewed-on: https://chromium-review.googlesource.com/802762Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#521297}
Showing
Please register or sign in to comment