Skip to content
Snippets Groups Projects
Commit b14c70f6 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent d444dec4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ __attribute__ ((externally_visible)) __attribute__ ((used)) print_hello()
void truncation_detector_signed_32_8(uintptr_t ret)
{
char str[]="Hello\n";
char str[]="truncation_detector_signed_32_8 called\n";
write(1,str,sizeof(str));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment