Skip to content

Commit 3fcb9cf

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 7a89194 commit 3fcb9cf

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
@@ -1128,7 +1128,7 @@ namespace Jrd
11281128
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
11291129
}
11301130

1131-
void get(const UCHAR*, USHORT, bool&);
1131+
void get(const UCHAR*, FB_SIZE_T, bool&);
11321132

11331133
void setBuffers(RefPtr<const Config> config)
11341134
{
@@ -6855,7 +6855,7 @@ namespace
68556855
}
68566856
} // anonymous
68576857

6858-
void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_client_SQL_dialect)
6858+
void DatabaseOptions::get(const UCHAR* dpb, FB_SIZE_T dpb_length, bool& invalid_client_SQL_dialect)
68596859
{
68606860
/**************************************
68616861
*

0 commit comments

Comments
 (0)