[1797] in Source-Commits
athena/etc/ftpd glob.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jul 8 14:40:08 1997
To: source-commits@MIT.EDU
Date: Tue, 08 Jul 1997 14:40:03 EDT
From: Greg Hudson <ghudson@MIT.EDU>
Update of /afs/dev.mit.edu/source/repository/athena/etc/ftpd
In directory small-gods:/afs/dev.mit.edu/user/ghudson/athena/etc/ftpd
Modified Files:
glob.c
Log Message:
Copy blocks deeply, so that freeblk() doesn't free whatever the old
block pointed to. This change leaves a memory leak in glob(), but
that's better than the memory corruption errors in ftpd_popen().