mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
[ci skip] Array module is buggy
AddressSanitizer: heap-use-after-free on address
This commit is contained in:
parent
fc37b324b8
commit
cea8e5cea2
@ -32,7 +32,7 @@ unlock_notify = ["libsqlite3-sys/unlock_notify"]
|
||||
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
|
||||
csvtab = ["csv", "vtab"]
|
||||
# pointer passing interfaces: 3.20.0
|
||||
array = ["vtab"]
|
||||
array = ["vtab", "bundled"]
|
||||
|
||||
[dependencies]
|
||||
time = "0.1.0"
|
||||
|
@ -171,6 +171,7 @@ mod test {
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#[ignore] // RUSTFLAGS="-Z sanitizer=address" cargo test --lib --features "array" -- --ignored
|
||||
fn test_array_module() {
|
||||
let db = Connection::open_in_memory().unwrap();
|
||||
array::load_module(&db).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user