mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-21 05:41:06 +08:00
[ci skip] Array module is buggy
AddressSanitizer: heap-use-after-free on address
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user