rizin/libr/util
pancake fdb75d3bf9
Fix memory leak in /ad/ using r_regex api wrongly ##search (#16537)
* /ad/ in /bin/ls ate 9 extra MB that was never freed
* This is about 400 bytes for each instruction disassembled
2020-04-12 10:53:41 +02:00
..
regex Fix memory leak in /ad/ using r_regex api wrongly ##search (#16537) 2020-04-12 10:53:41 +02:00
alloc.c
ascii_table.c
asn1.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
asn1_oids.h
assert.c
astr.c Convert preinc/predec in 3rd part of for statement to postinc/postdec (#16187) 2020-03-12 18:40:46 +01:00
base85.c Delete the use and definition of "eprint" (#15716) 2019-12-28 23:31:38 +01:00
base91.c
bdiff.c
big-gmp.c
big-ssl.c
big.c
binheap.c
bitmap.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
buf.c always non negative (#16434) 2020-04-06 16:01:17 +08:00
buf_bytes.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_file.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_io.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_mmap.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_ref.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
buf_sparse.c Do not use r_buf_data in DEX results in 1.5x faster parsing (22s vs 33s) ##bin 2020-04-05 19:24:36 +02:00
cache.c
calc.c
chmod.c
constr.c
date.c
debruijn.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
deps.mk
donut.c Add r2 -NN to not load plugins ##core (#16415) 2020-04-05 15:02:46 +02:00
event.c
file.c Run Fuzz Tests with r2r (#16456) 2020-04-07 13:27:19 +02:00
flist.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
format.c
getopt.c Always use r_getopt, do not depend on libc (not just on windows) ##core (#16325) 2020-03-27 17:06:40 +01:00
graph.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
hex.c
idpool.c Some Coverity defect fixes (#15626) 2019-12-13 11:25:19 -06:00
intervaltree.c Some coverity fixes 2020-01-08 14:16:11 +01:00
json_indent.c Fix #16233 - ~{} works on colorized JSONs ##json (#16425) 2020-04-06 16:08:47 +08:00
lib.c Fix #13626 - Only check for major and minor version numbers when loading plugins #core (#16424) 2020-04-06 16:06:28 +08:00
list.c Add tests for RList (set, get, reverse, clone, append, prepend) and remove legacy ##test (#16037) 2020-02-24 03:44:41 +01:00
log.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
Makefile Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
mem.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
meson.build Fix Build on NetBSD (#16520) ##build 2020-04-11 01:52:19 +02:00
name.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
pie.c
pj.c Remove one level of indirection from PJ (#16484) 2020-04-08 23:09:19 +02:00
pkcs7.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
print.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
prof.c
protobuf.c Add r2 -NN to not load plugins ##core (#16415) 2020-04-05 15:02:46 +02:00
punycode.c
qrcode.c
queue.c
randomart.c
range.c Add r2 -NN to not load plugins ##core (#16415) 2020-04-05 15:02:46 +02:00
rbtree.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
sandbox.c
sdb.mk
seven.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
signal.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
skiplist.c
spaces.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
spp.mk
stack.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
str.c Remove unnecessary newline in version (#16494) 2020-04-09 19:08:17 +02:00
str_constpool.c
str_trim.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
strbuf.c Initial Implementation of R2R in C (#16216) ##test 2020-03-24 20:18:16 +01:00
strpool.c
sys.c Enable R2R in C for all CI except Windows (#16354) ##test 2020-04-01 23:16:02 +02:00
syscmd.c Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
table.c Implement r_table_uniq as API and query (#16385) ##util 2020-04-08 20:34:05 +02:00
thread.c Even more R2R (#16348) 2020-03-29 18:07:44 +02:00
thread_cond.c
thread_lock.c Fix gdbr reg sync and concurrency ##debug 2019-12-20 10:17:58 +09:00
thread_pipe.c
thread_sem.c
tinyrange.c
tree.c
ubase64.c
udiff.c Rename util/diff.c to udiff.c to avoid libr.a collission ##build 2020-04-02 11:50:48 +02:00
uleb128.c
unum.c Fix ob 0 (#16333) 2020-03-28 17:12:15 +01:00
utf8.c Fix LGTM warning in UTF8 handling (#16507) 2020-04-10 12:02:08 +08:00
utf16.c
utf32.c
utype.c Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
vector.c Some random cleanups in RUtil (#16457) 2020-04-07 14:07:40 +02:00
w32-sys.c Fix some warnings (#15549) 2019-12-08 12:49:58 +01:00
x509.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
x509.h
zip.c