Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9aab61cf8c873490106b14a93299b31bb8d188a8
      
https://github.com/WebKit/WebKit/commit/9aab61cf8c873490106b14a93299b31bb8d188a8
  Author: Saagar Jha <[email protected]>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    A JSTests/stress/empty-string-join.js
    M Source/JavaScriptCore/runtime/JSStringJoiner.cpp

  Log Message:
  -----------
  Fix broken assert when joining empty strings.

https://bugs.webkit.org/show_bug.cgi?id=291995

Reviewed by Yusuke Suzuki.

This assert fails when joining an array of empty strings with an empty
string. Detect this case and bail out early.

* Source/JavaScriptCore/runtime/JSStringJoiner.cpp:
(JSC::joinStrings): Remove assert and early exit.

Canonical link: https://commits.webkit.org/294298@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