PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0
authorMartin Sebor <msebor@redhat.com>
Mon, 9 Jan 2017 20:08:49 +0000 (20:08 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Mon, 9 Jan 2017 20:08:49 +0000 (13:08 -0700)
commit47d5beb478d39937b8068410101241ae806adc25
tree19359af05b63cf35a928214406ab66954808f23f
parent2193ad7fbf3e917a0ef5a2b48e13f84da1be44f1
PR bootstrap/79033 - asan.c not compiling with make BOOT_CFLAGS=-O0

gcc/ChangeLog:
* asan.c (asan_emit_stack_protection): Increase local buffer size
to avoid snprintf truncation warning.

From-SVN: r244237
gcc/ChangeLog
gcc/asan.c