fixed memory leak on error path in copy_in_string
[pintos-anon] / solutions / README
index 8a83af030b23458a50479f9fd93ce79f05bdb33c..38668ba65d13744f74b70aff425fa1f06d3fcecc 100644 (file)
@@ -1,7 +1,4 @@
-Sample solutions.
+Sample solutions. 
 
-* The solutions for p1-2 and p2 are okay.
-
-* The solution for p3 is terrible.  For example, there's no locking at
-  all.  I just wrote it to make sure that the project was possible
-  given the tools that we gave the students.
+These solutions are well written and pass all the corresponding tests.
+You can run them automatically with `make check' in tests/.