Merge branch 'master' into 'master'
memleak bugfix + cleanup + Makefile - memleak bugfix as free() was missing - dont call malloc() manually (the old way getline() always called realloc() anyway because of the way the malloc() was written [did not allocate enought memory for the string]) - small minor cleanup - adding simple Makefile to build door challenge
Makefile
0 → 100644
dooropen
100644 → 100755
File mode changed from 100644 to 100755
lock
100644 → 100755
File mode changed from 100644 to 100755
unlock
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment