gecko-dev/js
André Bargull 9486d5b96f Bug 1724618: Handle case when the tail-position exceeds the string length in InterpretDollar. r=arai
This check was added in ES6 (rev14) to handle user-defined RegExps.

Without this check, there's a `size_t` overflow, which resulted in creating an
invalid `CheckedInt`, which then ended up throwing an allocation error.

Differential Revision: https://phabricator.services.mozilla.com/D122075
2021-08-09 12:05:19 +00:00
..
ductwork/debugger
examples
public Bug 1724187 - Change the category of the ChromeUtils.addProfilerMarker label frame to PROFILER so that this code is ignored in stacks captured for profiler markers, r=gerald. 2021-08-06 20:24:42 +00:00
src Bug 1724618: Handle case when the tail-position exceeds the string length in InterpretDollar. r=arai 2021-08-09 12:05:19 +00:00
xpconnect Bug 1724296 - Remove many skip-if(verify) test annotations (xpcshell); r=jmaher,necko-reviewers 2021-08-06 13:25:50 +00:00
app.mozbuild
ffi.configure Bug 1694884 - Fail configure when using --*-system-* options with a bootstrapped sysroot. r=firefox-build-system-reviewers,mhentges 2021-07-16 20:51:27 +00:00
moz.build Bug 1708739 - Move WeakMap APIs to new public header r=yulia 2021-05-01 12:10:14 +00:00
moz.configure Bug 1721686 - wasm: Add mozIntGemm() to WebAssembly namespace in privileged content. r=yury 2021-08-06 19:14:23 +00:00
sub.configure