gcc/libcpp
Jakub Jelinek f41e5bd19d re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer)
PR bootstrap/55380
	PR other/54691
	* files.c (read_file_guts): Allocate extra 16 bytes instead of
	1 byte at the end of buf.  Pass size + 16 instead of size
	to _cpp_convert_input.
	* charset.c (_cpp_convert_input): Reallocate if there aren't
	at least 16 bytes beyond to.len in the buffer.  Clear 16 bytes
	at to.text + to.len.

From-SVN: r194102
2012-12-03 18:19:47 +01:00
..
include cpplib.h (struct cpp_options): Add canonical_system_headers. 2012-11-16 17:14:05 +00:00
po * sv.po: Update. 2012-09-26 22:47:46 +01:00
ChangeLog re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer) 2012-12-03 18:19:47 +01:00
Makefile.in backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... 2012-08-14 21:56:07 -04:00
aclocal.m4 Undo inadvertent commit in rev 160105. 2010-06-01 10:20:24 -04:00
charset.c re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer) 2012-12-03 18:19:47 +01:00
config.in cpplib.h (struct cpp_options): Add canonical_system_headers. 2012-11-16 17:14:05 +00:00
configure cpplib.h (struct cpp_options): Add canonical_system_headers. 2012-11-16 17:14:05 +00:00
configure.ac cpplib.h (struct cpp_options): Add canonical_system_headers. 2012-11-16 17:14:05 +00:00
directives-only.c LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for_column... 2011-08-15 20:35:58 +00:00
directives.c Implement #pragma GCC warning/error 2012-10-04 17:33:11 +02:00
errors.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
expr.c Implement a flag -fext-numeric-literals that allows control of whether GNU... 2012-11-10 00:08:49 +00:00
files.c re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer) 2012-12-03 18:19:47 +01:00
identifiers.c backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... 2012-08-14 21:56:07 -04:00
init.c cpplib.h (struct cpp_options): Add canonical_system_headers. 2012-11-16 17:14:05 +00:00
internal.h gcc: 2012-10-23 15:55:55 +01:00
lex.c files.c (read_file_guts, [...]): Free memory before returning. 2012-10-15 22:08:57 +02:00
line-map.c re PR middle-end/54704 (three-fold increase in compile-time between r191483 and r191569) 2012-09-25 21:32:29 +00:00
macro.c directives.c: Fix typos. 2012-05-29 15:53:50 +01:00
makeucnid.c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
mkdeps.c files.c (read_file_guts, [...]): Free memory before returning. 2012-10-15 22:08:57 +02:00
pch.c files.c (read_file_guts, [...]): Free memory before returning. 2012-10-15 22:08:57 +02:00
symtab.c backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... 2012-08-14 21:56:07 -04:00
system.h system.h: Prior to #define, #undef fopen and freopen unconditionally. 2012-01-03 11:44:34 +00:00
traditional.c Generate virtual locations for tokens 2011-10-17 11:59:12 +02:00
ucnid.h Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
ucnid.tab Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00