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
aclocal.m4
ChangeLog re PR bootstrap/55380 (All search_line_fast implementations read beyond buffer) 2012-12-03 18:19:47 +01: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
directives.c Implement #pragma GCC warning/error 2012-10-04 17:33:11 +02:00
errors.c
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
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
Makefile.in
makeucnid.c
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
system.h
traditional.c
ucnid.h
ucnid.tab