PR c/81859 - [8 Regression] valgrind error from warn_about_normalization
commita444fb09017dd981a0bb96f388b13fbc05ce5f31
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2017 16:50:06 +0000 (17 16:50 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Aug 2017 16:50:06 +0000 (17 16:50 +0000)
tree0ac480a59d309d6f4974999384db866f4ad37bbe
parent7fb56b66e022acddddd36c94b88294bf3dcecbe3
PR c/81859 - [8 Regression] valgrind error from warn_about_normalization

gcc/ChangeLog:

PR c/81859
* pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
past the end of an array.
(test_pp_format): Add test cases.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251157 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/pretty-print.c