8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Minor security measure - avoid sending of authentication block over the wire (from ExtDS)

This commit is contained in:
AlexPeshkoff 2023-10-05 15:59:37 +03:00
parent 1ae29802be
commit e7e4a776ed

View File

@ -7389,6 +7389,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
int inet_af = AF_UNSPEC;
cBlock.loadClnt(pb, &parSet);
pb.deleteWithTag(parSet.auth_block);
authenticateStep0(cBlock);
bool needFile = !(flags & ANALYZE_EMP_NAME);