mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Fixed bug CORE-3419 : Recurse leads to hangs/crash server
This commit is contained in:
parent
703efa3400
commit
07970b1deb
@ -6584,6 +6584,10 @@ void JRD_start_multiple(thread_db* tdbb, jrd_tra** tra_handle, USHORT count, TEB
|
||||
|
||||
try
|
||||
{
|
||||
validateHandle(tdbb, prior->tra_attachment);
|
||||
DatabaseContextHolder dbbHolder(tdbb);
|
||||
check_database(tdbb);
|
||||
|
||||
rollback(tdbb, prior, false);
|
||||
}
|
||||
catch (const Exception&)
|
||||
|
Loading…
Reference in New Issue
Block a user