2014-09-09 17:27:35
— part of check-in
[94954850cf]
on branch 64-bit-lengths
— Add new APIs that take 64-bit length parameters:
sqlite3_malloc64(),
sqlite3_realloc64(),
sqlite3_bind_blob64(),
sqlite3_bind_texte64(),
sqlite3_result_blob64(),
and sqlite3_result_texte64().
Internal memory allocation routines also now use 64-bit unsigned length
parameters for safety.
Also add the sqlite3_msize() interface.
Fix the sqlite3_get_table() to use sqlite3_realloc64() to avoid a
integer overflow problem.
(user:
drh
size: 6018)
2014-09-11 18:44:04
— part of check-in
[7e4978c003]
on branch trunk
— Add new APIs that take 64-bit length parameters: sqlite3_malloc64(),
sqlite3_realloc64(), sqlite3_bind_blob64(), sqlite3_bind_text64(),
sqlite3_result_blob64(), and sqlite3_result_text64().
Add the sqlite3_msize() interface.
Internal memory allocation routines now use 64-bit unsigned
length parameters for safety.
Fix the sqlite3_get_table() to use sqlite3_realloc64() to avoid
a integer overflow problem.
(user:
drh
size: 6018)
2014-09-15 15:34:31
— part of check-in
[55b8011d5b]
on branch ota-update
— Merge latest trunk changes with this branch.
(user:
dan
size: 6018)