radare2/libr/util
2017-04-27 12:29:38 +02:00
..
regex Fix #7150 - null dereference in regcomp.c 2017-03-27 21:56:58 +02:00
base85.c
base91.c
bdiff.c
big-gmp.c
big-ssl.c
big.c
bitmap.c Fix #6853 - get rid of asserts 2017-03-12 15:24:05 +01:00
btree.c
buf.c Fix #6916 - oob in bin_vsf.c 2017-03-09 23:06:27 +01:00
cache.c Apply minor naming and indent changes from the siol branch - thanks condret 2017-03-15 02:22:54 +01:00
calc.c Fix #7006 - Support decimal in unit strings (f.ex: 2.3K) 2017-03-12 23:15:57 +01:00
chmod.c
constr.c
debruijn.c Fix minor issues by clang-analyzer (#7303) 2017-04-18 14:03:42 +02:00
deps.mk
des.c Fix #3499 - AVR-DES + DES Refactoring 2017-03-03 11:00:07 +01:00
diff.c Fix radiff graph issue 2017-04-06 11:19:53 +02:00
file.c Implement r2 -X to specify custom rarun2 directives 2017-04-26 19:35:37 +02:00
flist.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
graph.c
hex.c Reorganize string macros 2017-02-06 00:00:03 +01:00
iconv.c
idpool.c Fix warnings 2017-03-13 03:45:06 +01:00
Jamroot
json_indent.c Fix #7355 - json indent with color glitch 2017-04-26 11:21:52 +02:00
judy64na.c
lib.c Remove dirent.h dependency for Windows and add utf16<->utf8 conversion function 2017-04-15 13:07:33 +02:00
list.c Fix r_list_merge_sort to avoid stack exhaustion 2017-03-27 00:52:09 +02:00
log.c
Makefile More work to remove r_strht 2017-02-24 23:42:17 +01:00
mem.c Add r_mem_{alloc,free} to avoid issues mixing multiple allocators 2017-03-30 02:39:18 +02:00
mixed.c Fix some memory leaks after ht clean up 2017-02-25 23:50:33 +01:00
name.c Reorganize string macros 2017-02-06 00:00:03 +01:00
p_date.c Fix #242 - Implement HFS timestamp in pth 2017-02-26 23:01:49 +01:00
p_format.c More work to remove r_strht 2017-02-24 23:42:17 +01:00
p_seven.c
pool.c Several bug fixes in the android build scripts and other candies 2017-04-18 11:25:26 +02:00
print.c Fixed what caused #7268 (#7325) 2017-04-21 12:53:28 +02:00
prof.c
punycode.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
queue.c Coding style fixes while reviewing code 2017-02-08 23:01:42 +01:00
r_asn1_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_asn1.c ASN1 - Fix memory leaks, clean code and solve crash 2017-03-10 23:14:14 +01:00
r_oids.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_pkcs7.c Fix #7152 - Null deref in cms 2017-03-27 12:55:16 +02:00
r_x509_internal.h Add ASN1, X.509 and PKCS parsers (+ iC for PE) 2017-02-18 00:07:01 +01:00
r_x509.c Fix a huge list of null derefs from clang-analyzer 2017-04-17 22:02:04 +02:00
randomart.c
range.c
sandbox.c Improve error checking and fallback in the sandboxed http 2017-04-26 15:31:27 +02:00
sdb.mk
signal.c Fixed build on Windows (undefined signals) (#6645) 2017-02-03 01:31:29 +01:00
slist.c Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts 2017-02-12 22:44:13 +01:00
spaces.c Restore zs names on load. r_spaces refactoring 2017-03-24 22:53:38 +00:00
spp.mk
stack.c
str.c Fix conditional in str.c 2017-04-27 12:29:38 +02:00
strbuf.c Fix #6691 - crash in r_strbuf_appendf. missing va_start 2017-02-05 00:39:19 +01:00
strpool.c
sys.c Fix mode change to files ... (#7353) 2017-04-26 12:49:13 +02:00
syscmd.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
thread_lock.c Improve error checking and fallback in the sandboxed http 2017-04-26 15:31:27 +02:00
thread_msg.c
thread_pipe.c
thread.c properly implemented r_th_kill/start/wait/free on Windows 2017-04-09 10:09:45 +02:00
tinyrange.c
tree.c
ubase64.c Avoid dupped names in libr_util.a to make emcc happy 2017-01-20 00:06:54 +01:00
uleb128.c Rewrite WASM to fix all oob issues 2017-04-15 19:57:54 +02:00
unum.c Fix many more clang-analyzer null derefs and overflows 2017-04-18 00:38:24 +02:00
utf8.c Fix build 2017-04-15 13:29:27 +02:00
w32-sys.c Improve Windows search path for sdb (#6802) 2017-02-17 04:31:20 +01:00
zip.c