m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ChangeLog,v


From: Eric Blake
Subject: Changes to m4/ChangeLog,v
Date: Fri, 16 Jun 2006 01:32:41 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/16 01:32:41

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -b -r1.304 -r1.305
--- ChangeLog   14 Jun 2006 13:19:46 -0000      1.304
+++ ChangeLog   16 Jun 2006 01:32:40 -0000      1.305
@@ -1,3 +1,18 @@
+2006-06-15  Eric Blake  <address@hidden>
+
+       Reduce compiler warnings.  Inside GMP, mpq_t is an array type, so
+       const mpq_t is not assignable from plain mpq_t.  Avoid
+       type-punning warnings caused trying to mix these types.
+       * modules/mpeval.c (numb_ior, numb_eor, numb_and, numb_lshift),
+       (numb_rshift, numb_divide, numb_modulo): Remove const qualifier.
+       * modules/evalparse.c (or_term, xor_term, and_term, shift_term),
+       (mult_term, exp_term): Remove type-punning casts.
+       (numb_pow): Remove const qualifier.
+       * src/freeze.c (reload_frozen_state): Fix typo in messages.
+       Fix variables that can be used uninitialized, which fixes
+       security hole where malicious frozen file can execute arbitrary
+       code.
+
 2006-06-14  Ralf Wildenhues  <address@hidden>
 
        * Makefile.am (modules_mpeval_la_LIBADD): Readd $(LIBADD_GMP).
@@ -6493,4 +6508,4 @@
        * Initial beta release.  Release 0.50, manual 0.05.
 
 
-       $Revision: 1.304 $ $Date: 2006/06/14 13:19:46 $
+       $Revision: 1.305 $ $Date: 2006/06/16 01:32:40 $




reply via email to

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