]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_mutex_alloc() interface to return NULL (not segfault) when
authordrh <drh@noemail.net>
Sat, 1 May 2010 11:19:07 +0000 (11:19 +0000)
committerdrh <drh@noemail.net>
Sat, 1 May 2010 11:19:07 +0000 (11:19 +0000)
commit7aba8fdef78724c09a89d382cb4373fbedf69d91
tree7e95b7a4bc185a521bfa1dcfce5234d7e2cac1ee
parentbb16ff75dd0b2e840f97e27cb0756faf5f3d20b0
Fix the sqlite3_mutex_alloc() interface to return NULL (not segfault) when
operating in threadsafe mode.  (This is a general-purpose bug fix which
really ought to be ported to trunk.)

FossilOrigin-Name: 64840a3caf569959c9d5e63bdbc0cf675fda3882
manifest
manifest.uuid
src/mutex.c