mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-02 09:44:37 +03:00
merge
This commit is contained in:
commit
948c568665
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ int main(void) {
|
||||||
CHECK_BODY("malloc-free-null") {
|
CHECK_BODY("malloc-free-null") {
|
||||||
mi_free(NULL);
|
mi_free(NULL);
|
||||||
};
|
};
|
||||||
#if MI_INTPTR_BITS >= 64
|
#if MI_INTPTR_BITS > 32
|
||||||
CHECK_BODY("malloc-free-invalid-low") {
|
CHECK_BODY("malloc-free-invalid-low") {
|
||||||
mi_free((void*)(MI_ZU(0x0000000003990080))); // issue #1087
|
mi_free((void*)(MI_ZU(0x0000000003990080))); // issue #1087
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue