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
WL#15524 Patch #2 TLS-safe upgrade of mgm socket to transporter
Post push fix.
NdbSocket::copy method duplicated the mutex pointer, leaving two objects
referring to one mutex. Typically the source will destroy its mutex,
making it unusable for target object.
Fix by use the transfer method instead.
Change-Id: I199c04b870049498463903f6358f79a38649f543
0 commit comments