radare2/shlr
GustavoLCR 7530895d0a Fix a few clang scan-build bugs (#12562)
* Removed unnecessary variable from libr/core/disasm.c
* Removed not necessary assignment in libr/core/casm.c
* Removed not used assignment in libr/bin/dwarf.c
* Rem. duplicate declaration and not used values
* Fixed potential memory leak in java/class.c
* Fixed potential memory leak in ragg2
* Removed unnecessary variable in visual.c
* Another potential memory leak in class.c
* Removed not used value assignment
* Fixed memory leak in dwarf.c
* Removed not needed assignments
* Remove more not used assignments
* Refactored where bin_sections gets arch & bits for clarity
* Removed more assignments that are not used
* Rem. more unused assignments
* Surround assignment with paranthesis
2018-12-26 12:54:12 +01:00
..
ar Minor cleanups/fixes (#12478) 2018-12-14 00:17:50 +01:00
arm
bochs Few grub/bochs fixes 2018-11-22 12:12:11 +01:00
capstone-patches Move CS_TIP to aquynh/capstone@e2c1cd46c0 2018-09-16 22:40:04 +02:00
gdb Remove unnecessary break (#12538) 2018-12-21 23:41:18 +01:00
grub Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
heap jemalloc: Fix whitespace errors (#9732) 2018-03-20 17:05:50 +01:00
java Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
lz4 r2ify lz4 a bit 2017-11-06 04:28:59 +01:00
ptrace-wrap Fix #12022 - Slow backtrace fixed by speeding up ptrace_wrap_func() ##debug 2018-11-20 01:13:30 +01:00
qnx Fix 80 warnings coming from gcc8.2 (#12280) 2018-11-22 22:11:43 +01:00
rar
sdb Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
spp Make SPP less dependent on system(3) and popen(3) 2018-12-15 18:32:24 +01:00
tcc Fix few clang-analyzer warnings (#12548) 2018-12-24 01:18:12 +01:00
windbg Fix some warnings 2018-07-14 10:45:55 +02:00
www Update the tiled webui from radare2-webui (just new dependencies) 2018-11-29 16:53:18 +01:00
zip Fix more clang-analyzer warnings (#12424) 2018-12-06 16:55:09 +01:00
capstone.sh Fix shellcheck warnings in capstone.sh 2018-11-05 14:00:33 +01:00
Makefile Switch to capstone 4.1 (#12549) 2018-12-24 09:23:43 +01:00
meson.build Switch to capstone 4.1 [meson] 2018-12-24 17:00:42 +08:00
sdb-config.mk