diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-19 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-19 00:16:30 +0000 |
commit | 25bb75f841c552cfd27a4344b7487efbe35b4481 (patch) | |
tree | e1a05ec3a33acbf1e606003dafffccc8afe6782a /gcc/analyzer | |
parent | 1be4878116a2be82552bd59c3c1c9adcac3d106b (diff) | |
download | gcc-25bb75f841c552cfd27a4344b7487efbe35b4481.zip gcc-25bb75f841c552cfd27a4344b7487efbe35b4481.tar.gz gcc-25bb75f841c552cfd27a4344b7487efbe35b4481.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/analyzer')
-rw-r--r-- | gcc/analyzer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index f0dd270..6565c67 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,10 @@ +2020-11-18 David Malcolm <dmalcolm@redhat.com> + + PR analyzer/97893 + * sm-malloc.cc (null_deref::emit): Use CWE-476 rather than + CWE-690, as this isn't due to an unchecked return value. + (null_arg::emit): Likewise. + 2020-11-12 David Malcolm <dmalcolm@redhat.com> * checker-path.h (checker_event::get_id_ptr): New. |