Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include


Modified Files:
        libast.h 


Log Message:
Mon Jan 23 14:29:26 2006                        Michael Jennings (mej)

0.7 final release.  Includes fix for CVE-2006-0224 buffer overflow
discovered by Rosiello Security.  Details can be found at
http://www.rosiello.org/en/read_bugs.php?id=25
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- libast.h    16 Jul 2005 01:39:24 -0000      1.61
+++ libast.h    23 Jan 2006 19:31:54 -0000      1.62
@@ -30,8 +30,8 @@
  * including all required system headers and LibAST Object headers.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.61 $
- * @date $Date: 2005/07/16 01:39:24 $
+ * @version $Revision: 1.62 $
+ * @date $Date: 2006/01/23 19:31:54 $
  */
 
 #ifndef _LIBAST_H_
@@ -81,7 +81,8 @@
 #endif
 
 #ifdef __GNUC__
-#  if __GNUC__ >= 4 && !defined(STRICT_ISO_C99)
+#  if __GNUC__ >= 4
+#    undef  STRICT_ISO_C99
 #    define STRICT_ISO_C99 1
 #  endif
 #else




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to