This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Commit 48b0ca2
V8: do not use wide reads in CopyCharsUnsigned
Fixes segfault in 32bit SmartOS when built with GCC 4.9.
This is the first of two backports from upstream v8:
1. v8/v8@90dc5c9
2. v8/v8@7cb82a7
Original commit message:
Do not use wide reads in CopyCharsUnsigned.
R=jkummerow@chromium.org
BUG=chromium:412967
LOG=Y
Review URL: https://codereview.chromium.org/566583002
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23876 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
V8 issue: https://code.google.com/p/chromium/issues/detail?id=412967
Fixes #25281
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
PR-URL: #255561 parent 88a27a9 commit 48b0ca2
1 file changed
Lines changed: 4 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
1358 | | - | |
1359 | | - | |
1360 | | - | |
1361 | | - | |
1362 | | - | |
1363 | | - | |
1364 | | - | |
1365 | | - | |
1366 | | - | |
1367 | | - | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1368 | 1358 | | |
1369 | 1359 | | |
1370 | 1360 | | |
| |||
0 commit comments