Update of /cvsroot/linux-atm/linux-atm
In directory sc8-pr-cvs1:/tmp/cvs-serv19559
Modified Files:
Tag: V2_5_0
ChangeLog NEWS
Log Message:
import vsprintf changes from 2.4.1
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/ChangeLog,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -d -r1.2.2.1 -r1.2.2.2
*** ChangeLog 15 Oct 2001 23:19:42 -0000 1.2.2.1
--- ChangeLog 1 May 2003 13:23:17 -0000 1.2.2.2
***************
*** 1,2 ****
--- 1,11 ----
+ Version 2.4.0 to 2.4.1 (25-APR-2003)
+ =====================
+
+ Bug fixes
+ ---------
+
+ - vsprintf's changed to vsnprintf's to prevent possible stack overflows
+
+
Version 0.79 to 2.4.0 (18-OCT-2001)
=====================
***************
*** 7,16 ****
- defined 'now' in src/lib/timer.c
- ia64 build fix for ASN (Chas Williams)
-
- New features
- ------------
-
- - the driver for the Marconi ForeRunnerHE is in src/extra/drivers (Chas
- Williams, Eric Kinzie)
Other changes
--- 16,19 ----
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/NEWS,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** NEWS 9 Oct 2001 22:33:01 -0000 1.2
--- NEWS 1 May 2003 13:23:18 -0000 1.2.2.1
***************
*** 1,2 ****
--- 1,3 ----
+ April 30, 2003 Version 2.4.1 is released.
October 18, 2001 Version 2.4.0 is released.
August 15, 2001 Version 0.79 is released.
|