Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/defending-code-reference-harness
/ test_write_overflow
Function
test_write_overflow
tests/test_asan.py:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
test_write_overflow():
56
r = crash_reason(ASAN_OVERFLOW_WRITE)
57
assert r == {
"crash_type"
:
"stack-buffer-overflow"
,
"operation"
:
"WRITE"
}
58
59
60
def
test_segv_write_op():
Callers
nothing calls this directly
Calls
1
crash_reason
Function · 0.90
Tested by
no test coverage detected