You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ng ETW events for the JIT queue.
Merge pull request #5632 from VSadov:fix5631
Fix incorrect length of display name when tracing ETW events for the JIT queue.
Fixes:#5631
…ame when tracing ETW events for the JIT queue.
Merge pull request #5632 from VSadov:fix5631
Fix incorrect length of display name when tracing ETW events for the JIT queue.
Fixes:#5631
Only a problem when producing
JSCRIPT_FUNCTION_JIT_QUEUED
orJSCRIPT_FUNCTION_JIT_DEQUEUED
events.That calls
GetDisplayName
helper that may miscalculate the length of the source name and read extra chars, causing a crash in stress scenarios.The text was updated successfully, but these errors were encountered: