This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0574a19047f RISC-V: Fix incorrect folder for VRGATHERI16 test case new b923978a6ec analyzer: add ctxt to fill_region/zero_fill_region new b51cde34d4e analyzer: implement kf_strncpy [PR105899] new f2d7a4001a3 analyzer: implement kf_strstr [PR105899]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/analyzer/kf.cc | 285 ++++++++++++++++++++- gcc/analyzer/region-model.cc | 21 +- gcc/analyzer/region-model.h | 7 +- .../analyzer/null-terminated-strings-2.c | 17 ++ .../c-c++-common/analyzer/overlapping-buffers.c | 24 +- gcc/testsuite/c-c++-common/analyzer/strncpy-1.c | 157 ++++++++++++ gcc/testsuite/c-c++-common/analyzer/strstr-1.c | 54 ++++ .../gcc.dg/analyzer/null-terminated-strings-1.c | 24 ++ .../gcc.dg/plugin/analyzer_cpython_plugin.c | 2 +- 9 files changed, 570 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/null-terminated-strings-2.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/strncpy-1.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/strstr-1.c