From: utzoo!henry Newsgroups: net.bugs.v7 Title: uucp internal bug Article-I.D.: utzoo.2112 Posted: Tue Jun 1 21:24:42 1982 Received: Tue Jun 1 21:24:42 1982 In gnamef.c, the final assignment to filename[NAMESIZE] should be to filename[NAMESIZE-1]. The original assignment stomps the first byte of whatever follows the array being set. Ghod only knows why this didn't cause trouble; I found it while investigating another problem.