Simple SQLite3 interface is available.
FossilOrigin-Name: 5bbd9c9c08c71292176295c13c8a5021e9ea7476998d4312f6bc900ae773a412
This commit is contained in:
@ -42,7 +42,7 @@ static struct mbag_item * mbag_fromstr(const char *src)
|
||||
return NULL;
|
||||
|
||||
i->type = MBAG_STR;
|
||||
i->data = strdup(src);
|
||||
i->data = strndup(src,2000);
|
||||
return i;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user