[webkit-changes] [WebKit/WebKit] a76c95: DataURLDecoder should make isolated copy of each s...

Ryosuke Niwa noreply at github.com
Mon May 6 19:21:06 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a76c959212c60d0f95f74fa740d34b6702c4b941
      https://github.com/WebKit/WebKit/commit/a76c959212c60d0f95f74fa740d34b6702c4b941
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    M Source/WebCore/platform/network/DataURLDecoder.cpp

  Log Message:
  -----------
  DataURLDecoder should make isolated copy of each string
https://bugs.webkit.org/show_bug.cgi?id=273796

Reviewed by Chris Dumez.

Make isolated copy of each string so that the code will be thread safe.

* Source/WebCore/platform/network/DataURLDecoder.cpp:
(WebCore::DataURLDecoder::parseMediaType):

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



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


More information about the webkit-changes mailing list