You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- We could match on irrelevant log line and then be forced to return a partial TSAN report depite not finding our report end delimiter - We could potentially move the LogCursor one more line than available in the buffer if we end parsing on a line that matches our stack trace pattern since we would call MoveNext() on potentially a null line. This would result in exceptions being thrown while generating events. [CL 33313709 by kevin macaulayvacher in ue5-main branch]