ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm configure.in,1.300,1.301 ChangeLog,1.305,1.30


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm configure.in,1.300,1.301 ChangeLog,1.305,1.306
Date: Tue, 04 Mar 2003 00:33:47 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv25872

Modified Files:
        configure.in ChangeLog 
Log Message:
fix read past end of buffer

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- configure.in        3 Mar 2003 18:52:11 -0000       1.300
+++ configure.in        4 Mar 2003 05:33:44 -0000       1.301
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
 AM_INIT_AUTOMAKE(ayttm, 0.2.2)
-RELEASE=6
+RELEASE=7
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog   3 Mar 2003 18:52:11 -0000       1.305
+++ ChangeLog   4 Mar 2003 05:33:44 -0000       1.306
@@ -1,3 +1,8 @@
+* Tue Mar 04 2003 05:30 GMT [philip]   0.2.2-7
+- modules/yahoo2/libyahoo2/libyahoo2.c
+fix read past end of buffer in yahoo_getyab
+merge in fixes from libyahoo2
+
 * Mon Mar 03 2003 18:50 GMT [philip]   0.2.2-6
 - src/contact_parser.y
 fix reference to invalid memory if contact language is NULL





reply via email to

[Prev in Thread] Current Thread [Next in Thread]