Skip to content

Commit 3d5a765

Browse files
committed
Fixed bug #8336 : Error: "Invalid clumplet buffer structure: buffer end before end of clumplet - clumplet too long (77779)" when using trusted auth
1 parent 1673f56 commit 3d5a765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jrd/jrd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ namespace Jrd
11331133
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
11341134
}
11351135

1136-
void get(const UCHAR*, USHORT, bool&);
1136+
void get(const UCHAR*, FB_SIZE_T, bool&);
11371137

11381138
void setBuffers(RefPtr<const Config> config)
11391139
{
@@ -6801,7 +6801,7 @@ namespace
68016801
}
68026802
} // anonymous
68036803

6804-
void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_client_SQL_dialect)
6804+
void DatabaseOptions::get(const UCHAR* dpb, FB_SIZE_T dpb_length, bool& invalid_client_SQL_dialect)
68056805
{
68066806
/**************************************
68076807
*

0 commit comments

Comments
 (0)