<b>3.0.13.33800</b>
MochalovAlexey 2025.01.28 05:43:39
Fix potential deadlock when starting the encryption thread (#8403) B3_0_Release backport (#8412)
add a check to verify thread matching between the encryption thread and the thread where we release the attachment. If they match, use a dummy mutex instead of the actual dbb_thread_mutex to avoid a deadlock
Co-authored-by: aleksey.mochalov <aleksey.mochalov@red-soft.ru>

Changed paths:
  M src/common/ThreadStart.cpp
  M src/common/ThreadStart.h
  M src/jrd/CryptoManager.cpp
  M src/jrd/CryptoManager.h
  M src/jrd/jrd.cpp