Skip to content

Commit

Permalink
Fixed bug #8336 : Error: "Invalid clumplet buffer structure: buffer e…
Browse files Browse the repository at this point in the history
…nd before end of clumplet - clumplet too long (77779)" when using trusted auth
  • Loading branch information
hvlad committed Dec 2, 2024
1 parent 7a89194 commit 3fcb9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jrd/jrd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
/**************************************
*
Expand Down

0 comments on commit 3fcb9cf

Please sign in to comment.