Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6193c6af99a8fe429f51e5e380306ce8921ce9de
      
https://github.com/WebKit/WebKit/commit/6193c6af99a8fe429f51e5e380306ce8921ce9de
  Author: Timothy Hatcher <[email protected]>
  Date:   2025-02-21 (Fri, 21 Feb 2025)

  Changed paths:
    M Source/WebKit/Shared/Extensions/WebExtensionSQLiteDatabase.cpp
    M Source/WebKit/Shared/Extensions/WebExtensionUtilities.cpp

  Log Message:
  -----------
  Crash under WebKit::WebExtensionSQLiteDatabase::openWithAccessType.
https://webkit.org/b/288233
rdar://144820139

Reviewed by Brian Weinstein.

* Source/WebKit/Shared/Extensions/WebExtensionSQLiteDatabase.cpp:
(WebExtensionSQLiteDatabase::openWithAccessType): Don't store a temporary char 
*,
hold databasePath as a String. Also use FileSystem::fileSystemRepresentation().
* Source/WebKit/Shared/Extensions/WebExtensionUtilities.cpp:
(WebKit::toErrorString): Also don't store a temporary, pass it directly in the
call to formatString().

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to