We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a66ae8 + fc1a291 commit 948c568Copy full SHA for 948c568
test/test-api.c
@@ -89,7 +89,7 @@ int main(void) {
89
CHECK_BODY("malloc-free-null") {
90
mi_free(NULL);
91
};
92
- #if MI_INTPTR_BITS >= 64
+ #if MI_INTPTR_BITS > 32
93
CHECK_BODY("malloc-free-invalid-low") {
94
mi_free((void*)(MI_ZU(0x0000000003990080))); // issue #1087
95
0 commit comments