mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
The m_last_match, m_left_context, and m_right_context views were being created from a temporary string instead of from the owned m_input. This caused the views to point to destroyed stack memory when accessing RegExp.lastMatch after calling String.replace() with a regex. |
||
|---|---|---|
| .. | ||
| RegExp.escape.js | ||
| RegExp.js | ||
| RegExp.legacy.js | ||
| RegExp.prototype.@@match.js | ||
| RegExp.prototype.@@replace.js | ||
| RegExp.prototype.compile.js | ||
| RegExp.prototype.exec.js | ||
| RegExp.prototype.flags.js | ||
| RegExp.prototype.hasIndices.js | ||
| RegExp.prototype.source.js | ||
| RegExp.prototype.test.js | ||
| RegExp.prototype.toString.js | ||