Skip to content

Commit 021d8c9

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 1f283c8 commit 021d8c9

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
@@ -1113,7 +1113,7 @@ namespace Jrd
11131113
memset(this, 0, reinterpret_cast<char*>(&this->dpb_user_name) - reinterpret_cast<char*>(this));
11141114
}
11151115

1116-
void get(const UCHAR*, USHORT, bool&);
1116+
void get(const UCHAR*, FB_SIZE_T, bool&);
11171117

11181118
void setBuffers(RefPtr<const Config> config)
11191119
{
@@ -6886,7 +6886,7 @@ namespace
68866886
}
68876887
} // anonymous
68886888

6889-
void DatabaseOptions::get(const UCHAR* dpb, USHORT dpb_length, bool& invalid_client_SQL_dialect)
6889+
void DatabaseOptions::get(const UCHAR* dpb, FB_SIZE_T dpb_length, bool& invalid_client_SQL_dialect)
68906890
{
68916891
/**************************************
68926892
*

0 commit comments

Comments
 (0)