Commit graph

5 commits

Author SHA1 Message Date
anthraxx 320c09285c fixing memleak of input char*
- 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!)
2014-06-10 12:45:25 +02:00
Felix Favre 295b44aff4 remove trailing spaces 2014-06-07 18:40:16 +02:00
Felix Favre ff17c7f33e add trailing spaces 2014-06-07 18:39:45 +02:00
Felix Favre 03f9a6ff60 removed debug outputs 2014-06-07 18:36:07 +02:00
Felix Favre efc93bdc6a Added little c-Script to ask for a Password 2014-06-07 18:21:13 +02:00