Security Tests for Project 2

In the end, we only used one security test for the projects - it's a test
of whether your project will print a pointer from outside of user space:

  sec1.c

We didn't do a test of whether your project will print a string that starts in
user space but extends outside of user space since there are some ways
that the test might give false results.