Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v10.15.1 proposal #25346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
v10.15.1 proposal #25346
Changes from 1 commit
ffb40874749640c6a43fa383d51215d05bb3170cb46f3bc0db16311b72d2d2c44a1993042749f74f1dadc37b31904f8d6be59988911a84a72d88af364fd19f78a3201f0eee63abf9bd16e8fa53cd07b02380789e8f2bdacf46fa901588fba90f9890fc84ccde0c6f5cb63e9cb2e0d3c9d7722dd9052a22cc688bbefd697bd7a3a3b9a64cece57a5c38e9ff698c107a30c206e031441f49a69d0353b12c3540b7412d6e942abe3edaa1d7ed79fa7146cd2dedf1b5b1ccc417c7a4054c24b305db84b9518d3966b695dfc1bbd8ac55a10a2727704b68a897114b6ce4ef3a6f786d4e21eb41ec69233bb63722359273c8d2635dd67f3963dc2210260db5704d886cf2091707b9a66b4c1d8209bb491d2cc9d74209e1217b55bfd04c3c21bceb9da30f5a090f3f5e4d1a80307b7db2454ede251643c2733cb1e9970d56aba7b47752763233fd13ce21d7848728361817d871d4fd76ab29b23535d2397a9a6cb18a607987576a51fbdfd6039ccf14fbf5321672879f2d0105c0c2d1d5916ead9ac3e26468aecff1ca3c9de111d716cad1b65c2c5b9585db59965098a3450a4c31376d9ae3a1942bed68fe8e93df21843c70c732210f6a952c84b420987df27dc5647fc19d6e28c819923b6135fe11d46c5d2dadcfa52ba62734c20555ef6553973fd5e3c679518bc96cf7bf27f4c2d9e39a561bbe14283d2d6287bfde244a7c1d09bf3bed562a5679c29c5107fd4ef72d25cdd52259d7a620c25cc4d8665ad224d380da0494d200fbe56fb7abe9778644a9d68f7326c2ffbde340773c05c3736a442592694553b2492e2a44a16a4df129e2c164069c6bd055feeb4715b61a51c4f13ac7c16b93240c9ee05516fbfe7d41c04b82aa88df4a163ef68d8ef1056f6bb860c08284dc4246a4066c3dca283a6b87920e7b8734c67b7876bab1bbeddd245f53f0602f8fa60eb8d288a39351e69d6ba6ce698ef097fa91037b827db044d90847e96c7f636de36fe96ecd8bd239931511c5952842bb332a78d41c9889c292886ef3ec06b3b769a7ab8f8546af694ffc1e6af6de29c65063d8efb16a559ca1c106a1a1adb5d4f297c9d17840f71File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: [heap-profiler] Fix a use-after-free when snapshots are deleted If a caller starts the sampling heap profiler and takes a snapshot, and then deletes the snapshot before the sampling has completed, a use-after-free will occur on the StringsStorage pointer. The same issue applies for StartTrackingHeapObjects which shares the same StringsStorage object. Bug: v8:8373 Change-Id: I5d69d60d3f9465f9dd3b3bef107c204e0fda0643 Reviewed-on: https://chromium-review.googlesource.com/c/1301477 Commit-Queue: Peter Marshall <[email protected]> Reviewed-by: Alexei Filippov <[email protected]> Cr-Commit-Position: refs/heads/master@{#57114} PR-URL: #24272 Refs: v8/v8@b87d408 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing