I get a huge amount of valgrind errors when using the
SQLite library. Is there something I'm missing in my
app that would cause all these errors? 

Just a sample:

==3614== Thread 8:
==3614== Conditional jump or move depends on
uninitialised value(s)
==3614==    at 0x1B904700: memcpy
(mac_replace_strmem.c:291)
==3614==    by 0x1BB24AD0: sqlite3StrNDup (util.c:323)
==3614==    by 0x1BB2C40C: sqlite3VdbeChangeP3
(vdbeaux.c:308)
==3614==    by 0x1BB2C171: sqlite3VdbeOp3
(vdbeaux.c:117)
==3614==
==3614== Thread 8:
==3614== Conditional jump or move depends on
uninitialised value(s)
==3614==    at 0x1B90470E: memcpy
(mac_replace_strmem.c:292)
==3614==    by 0x1BB24AD0: sqlite3StrNDup (util.c:323)
==3614==    by 0x1BB2C40C: sqlite3VdbeChangeP3
(vdbeaux.c:308)
==3614==    by 0x1BB2C171: sqlite3VdbeOp3
(vdbeaux.c:117)

Thanks,

Rick Keiner

Reply via email to