From ad9d7079ad133b9881cae0b93bf11ba9e59d24ea Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Wed, 1 May 2024 13:55:32 -0700 Subject: [PATCH] docs(ses): more links for stack own accessor problem --- .../error-codes/SES_UNEXPECTED_ERROR_OWN_STACK_ACCESSOR.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/ses/error-codes/SES_UNEXPECTED_ERROR_OWN_STACK_ACCESSOR.md b/packages/ses/error-codes/SES_UNEXPECTED_ERROR_OWN_STACK_ACCESSOR.md index 8b238abc9f..09dc987263 100644 --- a/packages/ses/error-codes/SES_UNEXPECTED_ERROR_OWN_STACK_ACCESSOR.md +++ b/packages/ses/error-codes/SES_UNEXPECTED_ERROR_OWN_STACK_ACCESSOR.md @@ -26,4 +26,8 @@ v8 issue at https://issues.chromium.org/issues/40279506 Endo issue at https://github.com/endojs/endo/issues/2198 +Failed attempt at mitigation https://github.com/Agoric/endojs-vespera/pull/1 + Endo workaround at https://github.com/endojs/endo/pull/2232 + +v8 discussion of a proper fix https://chromium-review.googlesource.com/c/v8/v8/+/4459251/10..15/src/execution/messages.cc#b1131