Commit 4175ec6e authored by Adam Blank's avatar Adam Blank
Browse files

Update dumb3.c

parent f065f128
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -3,6 +3,4 @@
int main(int argc, char *argv[]) {
char *dumb = malloc(2);
dumb[0] = 'x';
return 0;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment