• dmurph's avatar
    [Blob] Removed crash on race case blob messages · 3f8e7a2a
    dmurph authored
    We have substantial crashes since adding bad_message errors for invalid
    blob messages. It looks like there is a pre-existing condition where
    blob references are race casing across processes.
    
    While we investigate the issue, we want to remove this crash so it's not
    making the situation worse (crashing instead of having a broken blob).
    
    I'm keeping the uuid.empty() condition as a bad message, because that's
    definitely an error that shouldn't be happening.
    
    BUG=606065
    
    Review URL: https://codereview.chromium.org/1913343002
    
    Cr-Commit-Position: refs/heads/master@{#389868}
    3f8e7a2a
blob_dispatcher_host.cc 14.4 KB