11 msg (
"create(0x20101234): %d",
create ((
char *) 0x20101234, 0));
void test_main(void)
Passes a bad pointer to the create system call, which must cause the process to be terminated with ex...
bool create(const char *file, unsigned initial_size)
void msg(const char *format,...)