radare2/libr/util
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
..
regex
ascii_table.c
asn1_oids.h
asn1.c
assert.c
astr.c
base85.c
base91.c
bdiff.c
big-gmp.c
big-ssl.c
big.c
binheap.c
bitmap.c
buf.c Fix few clang-analyzer warnings (#12548) 2018-12-24 01:18:12 +01:00
cache.c
calc.c Fix few clang-analyzer warnings (#12548) 2018-12-24 01:18:12 +01:00
chmod.c
constr.c
ctype.c
date.c
debruijn.c
deps.mk
diff.c
event.c
file.c
flist.c
format.c
graph.c
hex.c
idpool.c
json_indent.c
lib.c
list.c
log.c
Makefile
mem.c
meson.build
name.c
pie.c
pj.c
pkcs7.c
pool.c
print.c
prof.c
punycode.c
qrcode.c
queue.c
r_json.c
randomart.c
range.c
rbtree.c
sandbox.c
sdb.mk
seven.c
signal.c
skiplist.c
spaces.c
spp.mk
stack.c
str_trim.c
str.c Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
strbuf.c
strpool.c
sys.c
syscmd.c
thread_cond.c
thread_lock.c
thread_pipe.c
thread_sem.c
thread.c
tinyrange.c
tree.c
ubase64.c
uleb128.c
unum.c
utf8.c
utf16.c
utf32.c
vector.c
w32-sys.c
x509.c
x509.h
zip.c