SQLite

Check-in [c0ce631964]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c0ce63196458c81e0859fc8a38f2dd2145a580bc
User & Date: danielk1977 2007-09-03 11:04:22.000
Context
2007-09-03
11:51
Add a module-destructor to the echo module (test8.c) to improve code coverage. (CVS 4372) (check-in: e3dd365142 user: danielk1977 tags: trunk)
11:04
Handle transient malloc() failures in sqlite3CreateFunc(). (CVS 4371) (check-in: c0ce631964 user: danielk1977 tags: trunk)
07:31
Fixes to test code so that the test suite passes without SQLITE_MEMDEBUG defined. (CVS 4370) (check-in: ed2a2e0102 user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/func.c.
Changes to src/main.c.
Changes to src/test1.c.
Changes to test/func.test.
Changes to test/malloc.test.
Changes to test/malloc5.test.