radare2/libr/bin/mangling
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
..
cxx Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
cxx.c Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
demangler_types.h
demangler.c
demangler.h
java.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
Makefile
microsoft_demangle.c Cast arguments to ut8 when feeding ctype.h functions ##refactor 2018-11-06 13:40:00 +01:00
microsoft_demangle.h
msvc.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
objc.c Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
rust.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
swift-sd.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
swift.c Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00