index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
analyzer
/
sm-taint.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-19
analyzer: fix ICE on division of tainted floating-point values [PR110700]
David Malcolm
1
-0
/
+6
2023-06-21
analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]
David Malcolm
1
-8
/
+8
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-13
analyzer: add heuristics for switch on enum type [PR105273]
David Malcolm
1
-0
/
+25
2022-11-13
analyzer: new warning: -Wanalyzer-tainted-assertion [PR106235]
David Malcolm
1
-13
/
+170
2022-11-03
analyzer: use std::unique_ptr for pending_diagnostic/note
David Malcolm
1
-9
/
+13
2022-10-05
analyzer: simplify some includes
David Malcolm
1
-4
/
+0
2022-09-09
analyzer: implement trust boundaries via a plugin for Linux kernel
David Malcolm
1
-0
/
+27
2022-07-28
analyzer: add CWE identifier URLs to docs
David Malcolm
1
-0
/
+1
2022-07-20
analyzer: bulletproof taint warnings against NULL m_arg
David Malcolm
1
-83
/
+164
2022-07-20
analyzer: update "tainted" state of RHS in comparisons [PR106373]
David Malcolm
1
-3
/
+15
2022-07-19
analyzer: fix taint handling of switch statements [PR106321]
David Malcolm
1
-0
/
+58
2022-07-15
analyzer: fix taint false positive on optimized range checks [PR106284]
David Malcolm
1
-0
/
+42
2022-07-07
analyzer: fix false positives from -Wanalyzer-tainted-divisor [PR106225]
David Malcolm
1
-12
/
+39
2022-06-02
diagnostics: add SARIF output format
David Malcolm
1
-0
/
+11
2022-05-20
Use "final" and "override" directly, rather than via macros
David Malcolm
1
-30
/
+30
2022-03-23
analyzer: use tainted_allocation_size::m_mem_space [PR105017]
David Malcolm
1
-26
/
+56
2022-03-16
analyzer: early rejection of disabled warnings [PR104955]
David Malcolm
1
-26
/
+45
2022-03-10
analyzer: fix duplicates in check_for_tainted_size_arg
David Malcolm
1
-0
/
+4
2022-03-07
Fix up duplicated duplicated words in comments
Jakub Jelinek
1
-1
/
+1
2022-02-07
analyzer: fix ICE on realloc of non-heap [PR104417]
David Malcolm
1
-9
/
+0
2022-02-03
analyzer: fixes to realloc-handling [PR104369]
David Malcolm
1
-3
/
+9
2022-01-14
analyzer: fix ICE when combining taint states has_ub and has_lb
David Malcolm
1
-5
/
+9
2022-01-14
analyzer: fix ICE in taint checker on unary ops [PR104029]
David Malcolm
1
-1
/
+0
2022-01-12
analyzer: complain about tainted sizes with "access" attribute [PR103940]
David Malcolm
1
-9
/
+107
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-13
analyzer: add four new taint-based warnings
David Malcolm
1
-89
/
+737
2021-07-07
analyzer: remove add_any_constraints_from_ssa_def_stmt
David Malcolm
1
-4
/
+4
2021-03-30
analyzer: only call get_diagnostic_tree when it's needed
David Malcolm
1
-1
/
+3
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-09-22
analyzer: add -fdump-analyzer-json
David Malcolm
1
-0
/
+1
2020-09-09
analyzer: eliminate sm_context::warn_for_state in favor of a new 'warn' vfunc
David Malcolm
1
-20
/
+29
2020-09-09
analyzer: use objects for state_machine::state_t
David Malcolm
1
-4
/
+0
2020-08-13
analyzer: rewrite of region and value-handling
David Malcolm
1
-5
/
+4
2020-01-28
diagnostic_metadata: unbreak xgettext (v2)
David Malcolm
1
-12
/
+12
2020-01-22
analyzer: introduce namespace to avoid ODR clashes (PR 93307)
David Malcolm
1
-0
/
+4
2020-01-14
analyzer: fix dedupe issue seen with CVE-2005-1689
David Malcolm
1
-1
/
+1
2020-01-14
Initial commit of analyzer
David Malcolm
1
-0
/
+328