Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c04630

Browse files
author
Michael Meskes
committed
Make sure that ecpglib's statement variable has a defined value no matter what.
1 parentdfa774f commit5c04630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/ecpg/ecpglib/execute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ ecpg_do_prologue(int lineno, const int compat, const int force_indicator,
17551755
enumECPG_statement_typestatement_type,constchar*query,
17561756
va_listargs,structstatement**stmt_out)
17571757
{
1758-
structstatement*stmt;
1758+
structstatement*stmt=NULL;
17591759
structconnection*con;
17601760
enumECPGttypetype;
17611761
structvariable**list;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp