From: Vlad S. <ser...@us...> - 2005-10-20 15:04:01
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27188 Modified Files: ChangeLog Log Message: fixed bug with ns_uuencode and 1 byte string Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.219 retrieving revision 1.220 diff -C2 -d -r1.219 -r1.220 *** ChangeLog 19 Oct 2005 13:26:34 -0000 1.219 --- ChangeLog 20 Oct 2005 15:03:50 -0000 1.220 *************** *** 1,2 **** --- 1,9 ---- + 2005-10-20 Vlad Seryakov <ser...@us...> + + * nsd/tclmisc.c: + * nsd/uuencode.c: + * test/ns_uuencode.test: fixed bug that causes nsd to segfault if + called ns_uuencode with 1 byte string + 2005-10-19 Zoran Vasiljevic <vas...@us...> |