buffer overflows are rampant
Brought to you by:
christhecat,
w0nderd0g
There are tons and tons of buffer overflows in this code.
Author used static C arrays, and wrote his own strcpy
code that also removes spaces & converts to lower.
Unfortunately it does not check for fixed buffer length.
Code should be rewritten... temporary [HACK] fix would
be to use strncpy or add length checks.