- 10 Jun, 2014 9 commits
-
-
gnomus authored
using printf to avoid \n for pwd input message newline after "Please enter Password: " looks strange
-
anthraxx authored
-
gnomus authored
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
-
anthraxx authored
-
anthraxx authored
-
anthraxx authored
-
anthraxx authored
- therefor if the program gets extended, its unlikly that someone will forget to call free() - also this gets rid of copy-paste free() calls (which look stupid)
-
anthraxx authored
- implicitly declaring library function is bad manner :)
-
anthraxx authored
- adding missing free() calls - dont malloc ourselves as getline() also does a malloc (and anyway called realloc before if the size_t was smaller then the actual len(input-line) to behaviour is the same!)
-
- 07 Jun, 2014 5 commits
- 06 Jun, 2014 4 commits