Mercurial > gftp.yaz
diff ChangeLog @ 760:62222927016c
2006-6-23 Brian Masney <masneyb@gftp.org>
* lib/fsplib/fsplib.c (fsp_readdir_native) - fixed possible heap
overflow on operating systems that have MAXNAMLEN > 256
(from Joerg Sonnenberger <joerg@netbsd.org>)
author | masneyb |
---|---|
date | Fri, 23 Jun 2006 20:09:28 +0000 |
parents | 312dee613441 |
children | 4ed80df6729d |
line wrap: on
line diff
--- a/ChangeLog Fri Jun 23 01:41:23 2006 +0000 +++ b/ChangeLog Fri Jun 23 20:09:28 2006 +0000 @@ -1,3 +1,8 @@ +2006-6-23 Brian Masney <masneyb@gftp.org> + * lib/fsplib/fsplib.c (fsp_readdir_native) - fixed possible heap + overflow on operating systems that have MAXNAMLEN > 256 + (from Joerg Sonnenberger <joerg@netbsd.org>) + 2006-6-22 Brian Masney <masneyb@gftp.org> * gftp.spec.in - updated the install path for the desktop file (closes #171711) @@ -3390,7 +3395,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.435 2006/06/23 01:41:23 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.436 2006/06/23 20:09:24 masneyb Exp $ tags * debian/* - updated files from Debian maintainer