radare2/libr/bin
lzutao b790439e28 Cast arguments to ut8 when feeding ctype.h functions ##refactor
The behavior of the `<ctype.h>` functions is undefined for negative
arguments (other than `EOF`). In such a situation, the argument should
be cast to `unsiged char` for safety.

References:
 - C Programming: A Modern Approach, 2nd Edition: page 612, chapter 23.5
2018-11-06 13:40:00 +01:00
..
d Meson: remove build_always for custom_targets (#10798) 2018-07-23 19:39:58 +02:00
format Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01:00
i Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
mangling Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01:00
p RBinSection now lives in the heap ##refactor 2018-11-05 11:52:40 +01:00
pdb Initial import of the sys/meson-sdk.sh ##build 2018-10-20 12:26:07 +02:00
bfile.c RBinSection now lives in the heap ##refactor 2018-11-05 11:52:40 +01:00
bin_ldr.c Initial draft implementation of the loader plugins for RBin 2018-01-07 21:54:41 +01:00
bin_write.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
bin.c RBinSection now lives in the heap ##refactor 2018-11-05 11:52:40 +01:00
blang.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dbginfo.c Fix #6715 - NULL dereference 2017-02-12 13:05:47 +01:00
demangle.c Improve MSVC detection and demangling ##bin 2018-11-05 11:42:23 +01:00
dwarf.c remove r_bin_load_io2 and rename MODE defines ##refactor 2018-10-24 16:54:57 +02:00
filter.c Another minor cleanup in RBin and add R_TIME helpers 2018-11-05 16:38:41 +01:00
Makefile Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
meson.build Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
obj.c Another minor cleanup in RBin and add R_TIME helpers 2018-11-05 16:38:41 +01:00
open.c remove r_bin_load_io2 and rename MODE defines ##refactor 2018-10-24 16:54:57 +02:00