Microsoft Edge Chakra JIT - BoundFunction::NewInstance Out-of-Bounds Read
/ BoundFunction::NewInstance is used to handle calls to a bound function. The method first allocates a new argument array and copies the prepended arguments and others into the new argument array and calls the actual function. The problem is, it doesn't care about the CallFlagsExtraArg flag which...