Skip to content

Commit

Permalink
[CVE-2017-11806] Remove excess entry point cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sigatrev authored and agarwal-sandeep committed Oct 10, 2017
1 parent 6eba63d commit d79926b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Runtime/ByteCode/ByteCodeGenerator.cpp
Expand Up @@ -3302,7 +3302,6 @@ void VisitNestedScopes(ParseNode* pnodeScopeList, ParseNode* pnodeParent, ByteCo
&& reuseNestedFunc->IsFunctionBody())
{
byteCodeGenerator->pCurrentFunction = reuseNestedFunc->GetFunctionBody();
byteCodeGenerator->pCurrentFunction->CleanupToReparse();
}
}
}
Expand Down

0 comments on commit d79926b

Please sign in to comment.