File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ static Firebird::ITransaction* D__trans = NULL;
500500static Firebird::ITransaction* M__trans = NULL;
501501static int global_numbufs; // # of cache buffers on connect
502502static Firebird::IStatement* global_Stmt = NULL;
503- static SCHAR Password[128 ];
503+ static SCHAR Password[PASSWORD_LENGTH ];
504504static SCHAR Charset[128];
505505static bool Merge_stderr;
506506
@@ -6703,7 +6703,7 @@ static processing_state newdb(TEXT* dbname,
67036703 strcpy(dbname, save_database);
67046704 ISQL_FREE(save_database);
67056705
6706- TEXT local_psw[BUFFER_LENGTH256 ];
6706+ TEXT local_psw[PASSWORD_LENGTH ];
67076707 TEXT local_usr[BUFFER_LENGTH256];
67086708 TEXT local_sql_role[BUFFER_LENGTH256];
67096709
Original file line number Diff line number Diff line change 4343const int PRINT_BUFFER_LENGTH = 1024 ;
4444const int MAXTERM_SIZE = 32 ; // SQL termination character
4545const int USER_LENGTH = 128 ;
46- const int PASSWORD_LENGTH = 128 ;
46+ const int PASSWORD_LENGTH = 8192 ;
4747const int ROLE_LENGTH = 128 ;
4848
4949/* these constants are purely idiotic; there's no point in having
You can’t perform that action at this time.
0 commit comments