Show patches with: Archived = No       |   127281 patches
« 1 2 ... 434 435 4361272 1273 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[committed] analyzer: fix sense in range::add_bound [PR94362] [committed] analyzer: fix sense in range::add_bound [PR94362] - - - - --- 2022-01-26 David Malcolm New
[committed] analyzer: fix reproducer for PR 93375 [committed] analyzer: fix reproducer for PR 93375 - - - - --- 2020-02-07 David Malcolm New
[committed] analyzer: fix region::get_bit_size for bitfields [committed] analyzer: fix region::get_bit_size for bitfields - - - - --- 2021-06-08 David Malcolm New
[committed] analyzer: fix program_point::get_next for PK_BEFORE_STMT [committed] analyzer: fix program_point::get_next for PK_BEFORE_STMT - - - - --- 2022-03-17 David Malcolm New
[committed] analyzer: fix param "analyzer-max-enodes-per-program-point" [committed] analyzer: fix param "analyzer-max-enodes-per-program-point" - - - - --- 2020-10-27 David Malcolm New
[committed] analyzer: fix overeager sharing of bounded_range instances [PR102662] [committed] analyzer: fix overeager sharing of bounded_range instances [PR102662] - - - - --- 2021-11-16 David Malcolm New
[committed] analyzer: fix nondeterminism in logs [committed] analyzer: fix nondeterminism in logs - - - - --- 2022-11-24 David Malcolm New
[committed] analyzer: fix name of local in region_model::get_rvalue_1 [committed] analyzer: fix name of local in region_model::get_rvalue_1 - - - - --- 2020-08-18 David Malcolm New
[committed] analyzer: fix more pointer-printing in logs [committed] analyzer: fix more pointer-printing in logs - - - - --- 2020-10-29 David Malcolm New
[committed] analyzer: fix missing uninit warning on args to stdio builtins [PR104224] [committed] analyzer: fix missing uninit warning on args to stdio builtins [PR104224] - - - - --- 2022-01-26 David Malcolm New
[committed] analyzer: fix missing leak after call to strsep [PR100615] [committed] analyzer: fix missing leak after call to strsep [PR100615] - - - - --- 2021-05-18 David Malcolm New
[committed] analyzer: fix missing check for uninit of return values [committed] analyzer: fix missing check for uninit of return values - - - - --- 2022-02-02 David Malcolm New
[committed] analyzer: fix missing bitmap_clear [PR98564] [committed] analyzer: fix missing bitmap_clear [PR98564] - - - - --- 2021-01-07 David Malcolm New
[committed] analyzer: fix missing -Wanalyzer-write-to-const [PR102695] [committed] analyzer: fix missing -Wanalyzer-write-to-const [PR102695] - - - - --- 2021-11-17 David Malcolm New
[committed] analyzer: fix missing -Wanalyzer-use-of-uninitialized-value on special-cased functions … [committed] analyzer: fix missing -Wanalyzer-use-of-uninitialized-value on special-cased functions … - - - - --- 2022-08-10 David Malcolm New
[committed] analyzer: fix memory leaks [committed] analyzer: fix memory leaks - - - - --- 2022-05-11 David Malcolm New
[committed] analyzer: fix member call on null seen with ubsan [PR97178] [committed] analyzer: fix member call on null seen with ubsan [PR97178] - - - - --- 2020-09-23 David Malcolm New
[committed] analyzer: fix malloc pointer NULL-ness [committed] analyzer: fix malloc pointer NULL-ness - - - - --- 2020-03-27 Li, Pan2 via Gcc-patches New
[committed] analyzer: fix leak suppression at end of 'main' [PR101983] [committed] analyzer: fix leak suppression at end of 'main' [PR101983] - - - - --- 2022-03-07 David Malcolm New
[committed] analyzer: fix leak false positives on "*UNKNOWN = PTR; " [PR108252] [committed] analyzer: fix leak false positives on "*UNKNOWN = PTR; " [PR108252] - - - - --- 2023-01-11 David Malcolm New
[committed] analyzer: fix leak false positive/widening on pointer iteration [PR94858] [committed] analyzer: fix leak false positive/widening on pointer iteration [PR94858] - - - - --- 2020-08-26 David Malcolm New
[committed] analyzer: fix leak false +ves due to maybe-clobbered regions [PR99042, PR99774] [committed] analyzer: fix leak false +ves due to maybe-clobbered regions [PR99042, PR99774] - - - - --- 2021-04-08 David Malcolm New
[committed] analyzer: fix leak false +ve with symbolic writes [PR102308] [committed] analyzer: fix leak false +ve with symbolic writes [PR102308] - - - - --- 2022-04-07 David Malcolm New
[committed] analyzer: fix issues with phi handling [committed] analyzer: fix issues with phi handling - - - - --- 2021-07-21 David Malcolm New
[committed] analyzer: fix issue with symbolic reads with concrete bindings [committed] analyzer: fix issue with symbolic reads with concrete bindings - - - - --- 2021-06-18 David Malcolm New
[committed] analyzer: fix initialization from constant pool [PR96609, PR96616] [committed] analyzer: fix initialization from constant pool [PR96609, PR96616] - - - - --- 2020-08-14 David Malcolm New
[committed] analyzer: fix infinite recursion ICE on unions [PR96723] [committed] analyzer: fix infinite recursion ICE on unions [PR96723] - - - - --- 2020-08-20 David Malcolm New
[committed] analyzer: fix hashing of bit_range_region::key_t [PR104452] [committed] analyzer: fix hashing of bit_range_region::key_t [PR104452] - - - - --- 2022-02-09 David Malcolm New
[committed] analyzer: fix folding of regions involving unknown ptrs [PR103892] [committed] analyzer: fix folding of regions involving unknown ptrs [PR103892] - - - - --- 2022-04-09 David Malcolm New
[committed] analyzer: fix folding of '(PTR + 0) => PTR' [PR105784] [committed] analyzer: fix folding of '(PTR + 0) => PTR' [PR105784] - - - - --- 2022-11-30 David Malcolm New
[committed] analyzer: fix feasibility false +ve with overly complex svalues [committed] analyzer: fix feasibility false +ve with overly complex svalues - - - - --- 2021-07-23 David Malcolm New
[committed] analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582] [committed] analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582] - - - - --- 2022-11-19 David Malcolm New
[committed] analyzer: fix false positives with *UNKNOWN_PTR [PR98918] [committed] analyzer: fix false positives with *UNKNOWN_PTR [PR98918] - - - - --- 2021-02-01 David Malcolm New
[committed] analyzer: fix false positives from -Wanalyzer-infinite-recursion [PR108524] [committed] analyzer: fix false positives from -Wanalyzer-infinite-recursion [PR108524] - - - - --- 2023-01-26 David Malcolm New
[committed] analyzer: fix false positive on realloc [PR99193] [committed] analyzer: fix false positive on realloc [PR99193] - - - - --- 2021-02-25 David Malcolm New
[committed] analyzer: fix false leaks when writing through unknown ptrs [PR97072] [committed] analyzer: fix false leaks when writing through unknown ptrs [PR97072] - - - - --- 2021-01-06 David Malcolm New
[committed] analyzer: fix false leak seen in Juliet 1.3 [PR102471] [committed] analyzer: fix false leak seen in Juliet 1.3 [PR102471] - - - - --- 2021-12-01 David Malcolm New
[committed] analyzer: fix false leak reports when merging states [PR97074] [committed] analyzer: fix false leak reports when merging states [PR97074] - - - - --- 2021-01-07 David Malcolm New
[committed] analyzer: fix false leak involving params [PR98969] [committed] analyzer: fix false leak involving params [PR98969] - - - - --- 2021-02-17 David Malcolm New
[committed] analyzer: fix false leak due to overeager state merging [PR103217] [committed] analyzer: fix false leak due to overeager state merging [PR103217] - - - - --- 2021-11-19 David Malcolm New
[committed] analyzer: fix false leak diagnostic on offsets from malloc [PR97608] [committed] analyzer: fix false leak diagnostic on offsets from malloc [PR97608] - - - - --- 2020-10-29 David Malcolm New
[committed] analyzer: fix false NULL deref warning after previous deref [PR96792] [committed] analyzer: fix false NULL deref warning after previous deref [PR96792] - - - - --- 2020-09-01 David Malcolm New
[committed] analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismatch on int promotion [PR10631… [committed] analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismatch on int promotion [PR10631… - - - - --- 2022-07-26 David Malcolm New
[committed] analyzer: fix false +ve on bitwise binops (PR analyzer/102692) [committed] analyzer: fix false +ve on bitwise binops (PR analyzer/102692) - - - - --- 2022-01-11 David Malcolm New
[committed] analyzer: fix escaping of pointer arithmetic [PR105264] [committed] analyzer: fix escaping of pointer arithmetic [PR105264] - - - - --- 2022-04-14 David Malcolm New
[committed] analyzer: fix equivalence class state purging [PR103533] [committed] analyzer: fix equivalence class state purging [PR103533] - - - - --- 2021-12-06 David Malcolm New
[committed] analyzer: fix duplicates in check_for_tainted_size_arg [committed] analyzer: fix duplicates in check_for_tainted_size_arg - - - - --- 2022-03-10 David Malcolm New
[committed] analyzer: fix direction of -Wanalyzer-out-of-bounds note [PR106626] [committed] analyzer: fix direction of -Wanalyzer-out-of-bounds note [PR106626] - - - - --- 2022-08-15 David Malcolm New
[committed] analyzer: fix constraint explosion on many-cased-switch [PR96653] [committed] analyzer: fix constraint explosion on many-cased-switch [PR96653] - - - - --- 2020-09-14 David Malcolm New
[committed] analyzer: fix const-correctness of various is_a_helper [committed] analyzer: fix const-correctness of various is_a_helper - - - - --- 2021-07-15 David Malcolm New
[committed] analyzer: fix comment [committed] analyzer: fix comment - - - - --- 2020-01-15 David Malcolm New
[committed] analyzer: fix build with ada [PR93723] [committed] analyzer: fix build with ada [PR93723] - - - - --- 2020-10-14 David Malcolm New
[committed] analyzer: fix build with --enable-checking=release [committed] analyzer: fix build with --enable-checking=release - - - - --- 2020-01-23 David Malcolm New
[committed] analyzer: fix bitfield endianness issues [PR99212, PR101082] [committed] analyzer: fix bitfield endianness issues [PR99212, PR101082] - - - - --- 2021-06-15 David Malcolm New
[committed] analyzer: fix apparent hang with -fanalyzer-verbosity=0 [PR analyzer/99886] [committed] analyzer: fix apparent hang with -fanalyzer-verbosity=0 [PR analyzer/99886] - - - - --- 2021-04-05 David Malcolm New
[committed] analyzer: fix another ICE in constructor-handling [PR96949] [committed] analyzer: fix another ICE in constructor-handling [PR96949] - - - - --- 2020-09-08 David Malcolm New
[committed] analyzer: fix another ICE in PR 107158 [committed] analyzer: fix another ICE in PR 107158 - - - - --- 2022-10-06 David Malcolm New
[committed] analyzer: fix accessing wrong stack frame on interprocedural return [PR104979] [committed] analyzer: fix accessing wrong stack frame on interprocedural return [PR104979] - - - - --- 2022-03-23 David Malcolm New
[committed] analyzer: fix SARD-tc841-basic-00182-min.c test case [PR108507] [committed] analyzer: fix SARD-tc841-basic-00182-min.c test case [PR108507] - - - - --- 2023-01-26 David Malcolm New
[committed] analyzer: fix NULL deref false positives [PR94851] [committed] analyzer: fix NULL deref false positives [PR94851] - - - - --- 2020-08-22 David Malcolm New
[committed] analyzer: fix ICEs treeifying offset_region [PR96646, PR96841] [committed] analyzer: fix ICEs treeifying offset_region [PR96646, PR96841] - - - - --- 2020-09-26 David Malcolm New
[committed] analyzer: fix ICEs seen with call summaries on PR 107060 [committed] analyzer: fix ICEs seen with call summaries on PR 107060 - - - - --- 2022-10-05 David Malcolm New
[committed] analyzer: fix ICEs on complex constants [PR105365, 105366] [committed] analyzer: fix ICEs on complex constants [PR105365, 105366] - - - - --- 2022-04-25 David Malcolm New
[committed] analyzer: fix ICEs in region_model::get_lvalue_1 [PR 93388] [committed] analyzer: fix ICEs in region_model::get_lvalue_1 [PR 93388] - - - - --- 2020-02-17 David Malcolm New
[committed] analyzer: fix ICE with pointers between stack frames (PR 93438) [committed] analyzer: fix ICE with pointers between stack frames (PR 93438) - - - - --- 2020-01-31 David Malcolm New
[committed] analyzer: fix ICE with negative bit offsets [PR96648] [committed] analyzer: fix ICE with negative bit offsets [PR96648] - - - - --- 2020-08-19 David Malcolm New
[committed] analyzer: fix ICE with incorrect lookup of cgraph node [PR105074] [committed] analyzer: fix ICE with incorrect lookup of cgraph node [PR105074] - - - - --- 2022-03-29 David Malcolm New
[committed] analyzer: fix ICE with equiv_class constant (PR 93649) [committed] analyzer: fix ICE with equiv_class constant (PR 93649) - - - - --- 2020-02-11 David Malcolm New
[committed] analyzer: fix ICE with OFFSET_TYPE [PR 93899] [committed] analyzer: fix ICE with OFFSET_TYPE [PR 93899] - - - - --- 2020-02-24 David Malcolm New
[committed] analyzer: fix ICE with NULL change.m_expr [PR101875] [committed] analyzer: fix ICE with NULL change.m_expr [PR101875] - - - - --- 2021-08-23 David Malcolm New
[committed] analyzer: fix ICE with -fsanitize=undefined [PR98293] [committed] analyzer: fix ICE with -fsanitize=undefined [PR98293] - - - - --- 2021-01-05 David Malcolm New
[committed] analyzer: fix ICE with -fanalyzer-transitivity [PR104863] [committed] analyzer: fix ICE with -fanalyzer-transitivity [PR104863] - - - - --- 2022-03-10 David Malcolm New
[committed] analyzer: fix ICE with -Wanalyzer-null-dereference [PR 93950] [committed] analyzer: fix ICE with -Wanalyzer-null-dereference [PR 93950] - - - - --- 2020-02-27 David Malcolm New
[committed] analyzer: fix ICE with 'const void *' (PR 93457) [committed] analyzer: fix ICE with 'const void *' (PR 93457) - - - - --- 2020-01-31 David Malcolm New
[committed] analyzer: fix ICE when pipe's arg isn't a pointer [PR107486] [committed] analyzer: fix ICE when pipe's arg isn't a pointer [PR107486] - - - - --- 2022-11-03 David Malcolm New
[committed] analyzer: fix ICE when merging constraints w/o transitivity [PR96650] [committed] analyzer: fix ICE when merging constraints w/o transitivity [PR96650] - - - - --- 2020-09-15 David Malcolm New
[committed] analyzer: fix ICE when longjmp isn't marked 'noreturn' (PR 93316) [committed] analyzer: fix ICE when longjmp isn't marked 'noreturn' (PR 93316) - - - - --- 2020-01-28 David Malcolm New
[committed] analyzer: fix ICE when handling callback exceeds enode limit [PR97514] [committed] analyzer: fix ICE when handling callback exceeds enode limit [PR97514] - - - - --- 2020-10-22 David Malcolm New
[committed] analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837] [committed] analyzer: fix ICE when failing to reconstruct a fn ptr [PR101837] - - - - --- 2021-08-23 David Malcolm New
[committed] analyzer: fix ICE when discarding result of realloc [PR102225] [committed] analyzer: fix ICE when discarding result of realloc [PR102225] - - - - --- 2021-09-08 David Malcolm New
[committed] analyzer: fix ICE when combining taint states has_ub and has_lb [committed] analyzer: fix ICE when combining taint states has_ub and has_lb - - - - --- 2022-01-14 David Malcolm New
[committed] analyzer: fix ICE when canonicalizing NaN (PR 93451) [committed] analyzer: fix ICE when canonicalizing NaN (PR 93451) - - - - --- 2020-01-28 David Malcolm New
[committed] analyzer: fix ICE when DECL_INITIAL is error_mark_node [PR98580] [committed] analyzer: fix ICE when DECL_INITIAL is error_mark_node [PR98580] - - - - --- 2021-01-07 David Malcolm New
[committed] analyzer: fix ICE reporting NULL dereference (PR 93647) [committed] analyzer: fix ICE reporting NULL dereference (PR 93647) - - - - --- 2020-02-10 David Malcolm New
[committed] analyzer: fix ICE on zero-sized arrays [PR110882] [committed] analyzer: fix ICE on zero-sized arrays [PR110882] - - - - --- 2023-08-03 David Malcolm New
[committed] analyzer: fix ICE on zero-arg calls passed to __attribute__((nonnull)) [PR 99906] [committed] analyzer: fix ICE on zero-arg calls passed to __attribute__((nonnull)) [PR 99906] - - - - --- 2021-04-05 David Malcolm New
[committed] analyzer: fix ICE on writes to errno [PR107777] [committed] analyzer: fix ICE on writes to errno [PR107777] - - - - --- 2022-11-22 David Malcolm New
[committed] analyzer: fix ICE on vector comparisons [PR96713] [committed] analyzer: fix ICE on vector comparisons [PR96713] - - - - --- 2020-08-20 David Malcolm New
[committed] analyzer: fix ICE on vector casts [PR104159] [committed] analyzer: fix ICE on vector casts [PR104159] - - - - --- 2022-01-22 David Malcolm New
[committed] analyzer: fix ICE on untracked decl_regions [PR106374] [committed] analyzer: fix ICE on untracked decl_regions [PR106374] - - - - --- 2022-07-21 David Malcolm New
[committed] analyzer: fix ICE on unreachable calls [PR 93947] [committed] analyzer: fix ICE on unreachable calls [PR 93947] - - - - --- 2020-02-27 David Malcolm New
[committed] analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860] [committed] analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860] - - - - --- 2020-08-31 David Malcolm New
[committed] analyzer: fix ICE on unhandled tree codes in get_rvalue_1 [PR96641] [committed] analyzer: fix ICE on unhandled tree codes in get_rvalue_1 [PR96641] - - - - --- 2020-08-18 David Malcolm New
[committed] analyzer: fix ICE on unhandled tree codes in gassign [PR96640] [committed] analyzer: fix ICE on unhandled tree codes in gassign [PR96640] - - - - --- 2020-08-18 David Malcolm New
[committed] analyzer: fix ICE on unary ops folding to casts of constants [PR104089] [committed] analyzer: fix ICE on unary ops folding to casts of constants [PR104089] - - - - --- 2022-01-18 David Malcolm New
[committed] analyzer: fix ICE on setjmp with non-pointer-type [PR97029] [committed] analyzer: fix ICE on setjmp with non-pointer-type [PR97029] - - - - --- 2020-09-14 David Malcolm New
[committed] analyzer: fix ICE on region creation during get_referenced_base_regions [PR108003] [committed] analyzer: fix ICE on region creation during get_referenced_base_regions [PR108003] - - - - --- 2022-12-09 David Malcolm New
[committed] analyzer: fix ICE on realloc of zeroed memory [PR104062] [committed] analyzer: fix ICE on realloc of zeroed memory [PR104062] - - - - --- 2022-01-18 David Malcolm New
[committed] analyzer: fix ICE on realloc of non-heap [PR104417] [committed] analyzer: fix ICE on realloc of non-heap [PR104417] - - - - --- 2022-02-07 David Malcolm New
[committed] analyzer: fix ICE on non-pointer longjmp [PR97233] [committed] analyzer: fix ICE on non-pointer longjmp [PR97233] - - - - --- 2020-09-28 David Malcolm New
« 1 2 ... 434 435 4361272 1273 »