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
[utbot-interprocess]
1. fixing race in inter-process communication: if multiple request
accesses kryo when it writes message - kryo might increment some
internal object graph fields in unpredictable order, causing
serialized value become severely corrupted. This bug might be the
reason for many other hard traceble bugs.
2. minor refactoring and build fixes
(cherry picked from commit 953dc8f)
0 commit comments