Menu

#405 Condition depends on Uninitialized val : (odbcStmt.cxx :603)

V2.1 Beta
open
nobody
leak (188)
5
2009-01-30
2009-01-30
No

i have tested the script ( odbc/Parameters/test004) with valgrind
tool as
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes ./test004
and found memory leakage as follows.

Error Summary :
==15411== Conditional jump or move depends on uninitialised value(s)
==15411== at 0x401A781: CSqlOdbcStmt::SQLExecute() (odbcStmt.cxx:603)
==15411== by 0x401AAAC: SQLExecute (odbcStmt.cxx:548)
==15411== by 0x8049113: UpdateTest(void*, void*, void*) (in /home/lakshya/JANUARY/jan29/csql/test/odbc/Parameters/test004)
==15411== by 0x804990F: main (in csql/test/odbc/Parameters/test004)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.