Condition depends on Uninitialized val : (odbcStmt.cxx :603)
Main Memory Database Cache
Brought to you by:
prabatuty
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)