mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17: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:
parent
1f283c8918
commit
021d8c9e1a
@ -1113,7 +1113,7 @@ namespace Jrd
|
|||||||
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
|
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)
|
void setBuffers(RefPtr<const Config> config)
|
||||||
{
|
{
|
||||||
@ -6886,7 +6886,7 @@ namespace
|
|||||||
}
|
}
|
||||||
} // anonymous
|
} // 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