diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 22ba455..c1fa139 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2024-12-09 Heiko Eißfeldt <heiko@hexco.de> + + PR c/114541 + * gimple-parser.cc (c_parser_gimple_parse_bb_spec): + Use strtoul with ERANGE check instead of atoi to avoid UB + and detect invalid __BB#. + 2024-12-06 David Malcolm <dmalcolm@redhat.com> * c-decl.cc: Include "gcc-urlifier.h". |