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

Fixed bug #8336 : Error: "Invalid clumplet buffer structure: buffer end before end of clumplet - clumplet too long (77779)" when using trusted auth

This commit is contained in:
Vlad Khorsun 2024-12-02 16:54:45 +02:00
parent 1f283c8918
commit 021d8c9e1a

View File

@ -1113,7 +1113,7 @@ namespace Jrd
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
}
void get(const UCHAR*, USHORT, bool&);
void get(const UCHAR*, FB_SIZE_T, bool&);
void setBuffers(RefPtr<const Config> config)
{
@ -6886,7 +6886,7 @@ namespace
}
} // anonymous
void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_client_SQL_dialect)
void DatabaseOptions::get(const UCHAR* dpb, FB_SIZE_T dpb_length, bool& invalid_client_SQL_dialect)
{
/**************************************
*