Blame SOURCES/gcc44-rh906234.patch

f28b6a
2009-08-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
f28b6a
f28b6a
	* c-lex.c (c_lex_with_flags): Increase size of local variable
f28b6a
	to avoid memory clobber.
f28b6a
f28b6a
--- gcc/c-lex.c	(revision 150755)
f28b6a
+++ gcc/c-lex.c	(revision 150756)
f28b6a
@@ -390,7 +390,7 @@ c_lex_with_flags (tree *value, location_
f28b6a
     case CPP_HASH:
f28b6a
     case CPP_PASTE:
f28b6a
       {
f28b6a
-	unsigned char name[4];
f28b6a
+	unsigned char name[8];
f28b6a
 
f28b6a
 	*cpp_spell_token (parse_in, tok, name, true) = 0;
f28b6a