diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-12-14 23:18:53 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-12-14 23:18:53 +0100 |
commit | 937a778ea37e129a758c44a3868d3842e5cd62ab (patch) | |
tree | b99aebf59c0866c23732650a346899249db85a1b /libcpp/ChangeLog | |
parent | 8640a704710ef6a3b57b9c43bc3dee1bb5452e3d (diff) | |
download | gcc-937a778ea37e129a758c44a3868d3842e5cd62ab.zip gcc-937a778ea37e129a758c44a3868d3842e5cd62ab.tar.gz gcc-937a778ea37e129a758c44a3868d3842e5cd62ab.tar.bz2 |
re PR preprocessor/92919 (invalid memory access in wide_str_to_charconst when running ucn2.C testcase (caught by hwasan))
PR preprocessor/92919
* charset.c (wide_str_to_charconst): If str contains just the
NUL terminator, punt quietly.
From-SVN: r279399
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 2090bd7..69b1c0c 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2019-12-14 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/92919 + * charset.c (wide_str_to_charconst): If str contains just the + NUL terminator, punt quietly. + 2019-12-09 David Malcolm <dmalcolm@redhat.com> * include/line-map.h (label_text::label_text): Make private. |