platform/upstream/libgc.git
2016-11-15 Ivan MaidanskiFix potential integer overflow in GC_find_limit_* functions
2016-11-15 Ivan MaidanskiFix GC_jmp_buf multiple definition
2016-11-15 Ivan MaidanskiSuppress 'tainted string passed to vulnerable operation...
2016-11-14 Ivan MaidanskiDo not define amiga_get_mem, MacTemporaryNewPtr unless...
2016-11-14 Ivan MaidanskiEliminate 'GC_record_fault is never used' cppcheck...
2016-11-14 Ivan MaidanskiChange no-argument functions declaration style to ANSI...
2016-11-14 Ivan MaidanskiReplace C++ style comments to C ones, remove commented...
2016-11-11 Ivan MaidanskiUpdate ChangeLog file
2016-11-11 Ivan MaidanskiUpdate ChangeLog file (v7.6 changes only)
2016-11-11 Ivan MaidanskiUpdate ChangeLog file (v7.2 - v7.4 changes only)
2016-10-31 Ivan MaidanskiExport GC_print_free_list()
2016-10-29 Ivan MaidanskiEliminate 'null dereference' code defect warning in...
2016-10-29 Ivan MaidanskiRevert "Eliminate 'deref-of-null' static analyzer warni...
2016-10-29 Ivan MaidanskiFix 'replacement operator delete cannot be inline'...
2016-10-29 Ivan MaidanskiEnable GC_is_tmp_root for all platforms
2016-10-29 Ivan MaidanskiExport GC_is_tmp_root() and GC_print_trace[_inner]()
2016-10-29 Ivan MaidanskiAllow custom TRACE_ENTRIES value
2016-10-29 Ivan MaidanskiExport GC_dump_finalization/regions()
2016-10-28 Ivan MaidanskiEliminate duplicate log messages in GC_mark_from
2016-10-28 Ivan MaidanskiEliminate redundant local variable in register_finalizer
2016-10-28 Ivan MaidanskiWorkaround 'insecure libc pseudo-random number generato...
2016-10-28 Ivan MaidanskiFix 'address of fudged_set is used out of scope' code...
2016-10-28 Ivan MaidanskiEliminate 'unsafe vsprintf is deprecated' compiler...
2016-10-28 Ivan MaidanskiEliminate 'possible integer underflow' code defect...
2016-10-27 Ivan MaidanskiEliminate 'comparison of signed and unsigned int' GCC...
2016-10-27 Ivan MaidanskiWorkaround 'pos_*, [r]iter, dump never used' cppcheck...
2016-10-27 Ivan MaidanskiEliminate 'CORD_*printf is never used' cppcheck style...
2016-10-26 Ivan MaidanskiFix conditional expression in pos_fetch, next non-macro...
2016-10-26 Ivan MaidanskiWorkaround 'possible null pointer dereference' cppcheck...
2016-10-26 Ivan MaidanskiFix null dereference in GC_stack_range_for if not DARWI...
2016-10-26 Ivan MaidanskiEliminate unreachable PROC/DEFAULT_VDB GC_printf calls...
2016-10-26 Ivan MaidanskiEliminate 'suspicious pointer subtraction' cppcheck...
2016-10-25 Ivan MaidanskiRevert "Workaround 'suspicious ptr subtraction' cppchec...
2016-10-25 Ivan MaidanskiEliminate 'dereference of null' CSA false warning in...
2016-10-25 Ivan MaidanskiRevert "Eliminate CSA false warning about null deref...
2016-10-25 Ivan MaidanskiEliminate 'Condition 0==datastart always false' cppchec...
2016-10-25 Ivan MaidanskiWorkaround 'condition is always false' cppcheck warning...
2016-10-24 Ivan MaidanskiWorkaround 'value of macro unknown' cppcheck info messages
2016-10-22 Ivan MaidanskiWorkaround 'value of REDIRECT_MALLOC/FREE unknown'...
2016-10-22 Ivan MaidanskiWorkaround 'value of WINAPI unknown' cppcheck info...
2016-10-22 Ivan MaidanskiWorkaround 'value of SIGBUS unknown' cppcheck info...
2016-10-22 Ivan MaidanskiEliminate 'value of DATASTART2 unknown' cppcheck info...
2016-10-21 Ivan MaidanskiEliminate 'value of GC_PTHREAD_EXIT_ATTRIBUTE unknown...
2016-10-21 Ivan MaidanskiEliminate 'value of GC_RETURN_ADDR_PARENT unknown'...
2016-10-21 Ivan MaidanskiEliminate 'value of CLOCK_TYPE unknown' cppcheck info...
2016-10-21 Ivan MaidanskiFix 'ISO C90 does not support %lf, %lg gnu_printf forma...
2016-10-21 Ivan MaidanskiWorkaround 'tainted int used as loop bound' static...
2016-10-21 Ivan MaidanskiEliminate 'value of NEED_FIXUP_POINTER unknown' cppchec...
2016-10-21 Ivan MaidanskiFix 'ISO C90 forbids mixed declarations and code' compi...
2016-10-21 Ivan MaidanskiEliminate 'ISO C forbids an empty translation unit...
2016-10-20 Ivan MaidanskiEliminate 'printf format specifies type void*' GCC...
2016-10-19 Ivan MaidanskiEliminate 'scope of variable can be reduced' warning...
2016-10-19 Ivan MaidanskiFix local variable declarations in disclaim_bench
2016-10-18 Ivan MaidanskiFix 'variable unused' compiler warning in FirstDLOpened...
2016-10-18 Ivan MaidanskiWorkaround 'variable reassigned before old value used...
2016-10-18 Ivan MaidanskiWorkaround 'same expression on both sides of ==' cppche...
2016-10-18 Ivan MaidanskiWorkaround 'same expression on both sides of OR' cppche...
2016-10-18 Ivan MaidanskiWorkaround 'variable hides enumerator with same name...
2016-10-18 Ivan MaidanskiWorkaround 'redundant assignment of *result to itself...
2016-10-18 Ivan MaidanskiWorkaround 'obsolete function alloca() called' cppcheck...
2016-10-18 Ivan MaidanskiWorkaround 'possible null pointer dereference' cppcheck...
2016-10-18 Ivan MaidanskiWorkaround 'Condition 0!=GETENV() is always false'...
2016-10-18 Ivan MaidanskiEliminate 'constructor with 1 argument is not explicit...
2016-10-18 Ivan MaidanskiWorkaround 'Uninitialized variable' cppcheck errors
2016-10-18 Ivan MaidanskiWorkaround 'passing untyped NULL to variadic function...
2016-10-18 Ivan MaidanskiWorkaround 'struct member is never used' cppcheck style...
2016-10-17 Ivan MaidanskiFix 'variable assigned a value that is never used'...
2016-10-17 Ivan MaidanskiWorkaround 'checking if unsigned value is negative...
2016-10-17 Ivan MaidanskiWorkaround more 'void pointers in calculations' cppchec...
2016-10-17 Ivan MaidanskiWorkaround 'unused variable' cppcheck style warnings
2016-10-14 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-13 Ivan MaidanskiEliminate 'printf format specifier mismatch' compiler...
2016-10-13 Ivan MaidanskiFix typo in CHECK_GCLIB_VERSION name (test)
2016-10-13 Ivan MaidanskiWorkaround 'resource leak' error reported by cppcheck...
2016-10-13 Ivan MaidanskiEliminate 'unnecessary comparison of static strings...
2016-10-13 Ivan MaidanskiWorkaround more '#error' cppcheck error messages
2016-10-12 Ivan MaidanskiFix 'syntax error' reported by cppcheck for mach_dep
2016-10-12 Ivan MaidanskiFix missing #error pragma
2016-10-05 Ivan MaidanskiWorkaround '#error' cppcheck error messages
2016-10-05 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2016-10-05 Ivan MaidanskiEliminate 'address of local variable returned' static...
2016-10-05 Ivan MaidanskiFix tools/setjmp_t to prevent nested_sp inlining
2016-10-04 Ivan MaidanskiEliminate more 'scope of variable can be reduced' cppch...
2016-10-04 Ivan MaidanskiEliminate 'potential overflow' static analyzer warning...
2016-10-03 Ivan MaidanskiWorkaround 'mmap() resource handle leak' static analyze...
2016-10-03 Ivan MaidanskiWorkaround 'local variable size too big' static analyze...
2016-09-30 Ivan MaidanskiFix potential overflow in decrement when computing...
2016-09-30 Ivan MaidanskiFix GC_requested_heapsize increment in GC_init
2016-09-29 Ivan MaidanskiFix printf format specifiers in extra files
2016-09-29 Ivan MaidanskiCode refactoring of tests/subthread_create regarding...
2016-09-29 Ivan MaidanskiEliminate 'FP divide-by-zero' static analyzer warning
2016-09-28 Ivan MaidanskiSkip thread suspend/resume API testing for Tru64 (OSF1)
2016-09-28 Ivan MaidanskiAdd more cases to huge_test to cover sizes close to...
2016-09-28 Ivan MaidanskiEliminate 'write to memory that was const-qualified...
2016-09-28 Ivan MaidanskiRevert "Workaround 'struct member Generic::null never...
2016-09-28 Ivan MaidanskiFix CORD_substr_closure for the case when CORD_from_fn...
2016-09-28 Ivan MaidanskiEliminate 'comparison is always false' static analyzer...
2016-09-27 Ivan MaidanskiEliminate 'deref-of-null' static analyzer warning in...
2016-09-27 Ivan MaidanskiFix 'label cannot be reached' static analyzer warning...
2016-09-27 Ivan MaidanskiFix GC_bytes_allocd incrementation in case of allocatio...
next