mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
Work around UB in LMDB bindings (#6211)
* Work around UB in LMDB bindings
This commit is contained in:
@@ -235,3 +235,8 @@ fn no_crash_blocks_example1() {
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn no_crash_aug_24() {
|
||||
random_test(13519442335106054152, TestConfig::default())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user