In many places strings were initialised with strcpy(string, "") right before the string was overwritten by another function. In the few cases where this really might have been useful, just use a static initialiser.