mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +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:
parent
7a89194b74
commit
3fcb9cfae5
@ -1128,7 +1128,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)
|
||||
{
|
||||
@ -6855,7 +6855,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)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user