Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a888adce099185a8adb6fc0ce56cdedf7324df36
      
https://github.com/WebKit/WebKit/commit/a888adce099185a8adb6fc0ce56cdedf7324df36
  Author: Chris Dumez <[email protected]>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.cpp

  Log Message:
  -----------
  Fix use-after-move in Storage::storeBodyAsBlob()
https://bugs.webkit.org/show_bug.cgi?id=313537

Reviewed by Anne van Kesteren.

Fix use-after-move of `blob` in Storage::storeBodyAsBlob(). It was moved
into the lambda capture and later on returned by the function.

* Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.cpp:
(WebKit::NetworkCache::Storage::storeBodyAsBlob):

Canonical link: https://commits.webkit.org/312200@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to