Commit 71dd5c4
MIPS64: [regexp] do not assume short external strings have a minimum size.
Fix for execution tests on simulator.
Port 3518e49
Original commit message:
Short external strings do not cache the resource data, and may be used
for compressible strings. The assumptions about their lengths is
invalid and may lead to oob reads.
BUG=
Review URL: https://codereview.chromium.org/1904033003
Cr-Commit-Position: refs/heads/master@{#35703}1 parent 5e11acc commit 71dd5c4
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
1686 | | - | |
1687 | | - | |
1688 | 1686 | | |
1689 | 1687 | | |
1690 | | - | |
1691 | 1688 | | |
1692 | 1689 | | |
1693 | 1690 | | |
| |||
1714 | 1711 | | |
1715 | 1712 | | |
1716 | 1713 | | |
1717 | | - | |
1718 | | - | |
| 1714 | + | |
1719 | 1715 | | |
1720 | 1716 | | |
1721 | 1717 | | |
| |||
0 commit comments