radare2/libr
Alexis Ehret ef07476e38
Fix various lgtm warning (#16497)
* Wrong type of arguments to formatting function root/shlr/mpc/mpc.c
* Overflow in uncontrolled allocation size ./libr/socket/run.c
* Multiplication result converted to larger type ./libr/core/cmd_print.c
* Multiplication result converted to larger type ./libr/bin/p/bin_dyldcache.c
* Multiplication result converted to larger type ./libr/core/linux_heap_glibc.c
* Multiplication result converted to larger type ./libr/core/visual.c
* Comparison of narrow type with wide type in loop condition ./libr/core/p/core_java.c
* Fix various warning -Wall ./libr/core/p/core_java.c
* Multiplication result converted to larger type ./libr/bin/format/mach0/mach0.c
* Multiplication result converted to larger type ./libr/util/print.c
* Multiplication result converted to larger type ./libr/asm/asm.c
* Fix small warning python
* Fix type error and declaration inside loop
* Reset mpc
* replace size_t
* Fix space missing, type and format
2020-04-12 20:45:24 +02:00
..
anal Minor Fixes for XRefs counting (#16546) ##anal 2020-04-12 16:42:19 +02:00
asm Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
bin Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
bp Fix double free in r_bp_del_index and other breakpoint index bugs 2020-01-05 18:34:03 +01:00
config Fix RConfigHold in case the same key is set two times 2020-03-24 15:23:35 +01:00
cons Fix #15978 - segfault when using r2pipe webserver + local visual (#16508) 2020-04-11 01:57:39 +02:00
core Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
crypto Fix check for failed allocation (#16232) 2020-03-17 01:02:43 +01:00
debug Fix Build on NetBSD (#16520) ##build 2020-04-11 01:52:19 +02:00
egg Fix segfaults in fuzzed bins (#16538) 2020-04-12 12:16:51 +02:00
flag Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
fs Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
hash Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
include Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
io Initial refactoring of the rap:// protocol (-75 LOC) ##socket (#16534) 2020-04-12 16:40:55 +02:00
lang Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
magic Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
main Fix #16389 - r2r -qv and r2 -v to show version and quiet versions (#16472) ##tools 2020-04-08 13:56:52 +02:00
parse Code cleanup in parse.x86_pseudo 2020-03-21 16:52:43 +01:00
reg Use r_str_trim_head_ro instead of hacky while loops (#16416) 2020-04-05 15:50:19 +02:00
search Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
socket Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
syscall Fix #12700 (#16332) 2020-03-28 06:35:53 -05:00
util Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
Makefile Build fixes to make emscripten builds happy (#16406) ##build 2020-04-02 17:52:03 +02:00
config.h.head
config.h.in
config.h.tail
config.mk.head
config.mk.tail Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
depgraph.pl
do-ar-sh Add sys/build-shlib.sh and fix static builds ##build 2019-05-28 23:15:22 +02:00
ld.script
libr.pc.acr Fix a null assert in java parser and bring back the libr.pc.acr 2018-10-15 22:14:54 +02:00
libs.custom.mk.example Add sys/build-shlib.sh and fix static builds ##build 2019-05-28 23:15:22 +02:00
libs.mk Fix #13765 - asm/anal cant be build in parallel ##build 2019-05-05 22:55:20 +02:00
meson.build Add Windows Crash Dump format support (#16087) ##bin 2020-03-02 19:20:27 +01:00
rules.mk Fix android-static ##build 2019-08-01 04:39:40 +02:00
stripsyms.sh
symgraph.pl