Skip to content

Conversation

@igogo-x86
Copy link
Contributor

No description provided.

@meta-cla meta-cla bot added the CLA Signed label Dec 23, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 23, 2025

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D89730220. (Because this pull request was imported automatically, there will not be any future comments.)

auto const literalAddr = frontier->LiteralAddress();
auto const codeBegin = reinterpret_cast<uint8_t*>(code);
auto const codeEnd = codeBegin + codeLen;
if (literalAddr >= codeBegin && literalAddr + literalSize <= codeEnd) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The <= should be < instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants