Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ f
Function
f
test/core/test_safe_stack.c:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <string.h>
2
3
int f(int *b) {
4
int a[64];
5
memset(b, 0, 64 * sizeof(int));
6
return f(a);
7
}
8
9
int main() {
10
int a[64];
Callers
3
checkAsserts
Function · 0.70
main
Function · 0.70
main
Function · 0.70
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected