radare2/libr/asm/arch/msp430
Riccardo Schirone 738bc9cb19 Fix warnings by using more r_str_ncpy
* Fix wrong logic in visual_search

When the string to be searched is wrapped in " ", you want to remove the
first and last quotes and look only for the internal string.

* Increase size to prevent string truncation (and fix compiler warning)
* Fix "destination unchanged after copying no bytes" warning
* Move msp430_register_names where it belongs to
* Fix Wstringop-truncation warning
2018-12-19 12:07:49 +01:00
..
msp430_disas.c Fix warnings by using more r_str_ncpy 2018-12-19 12:07:49 +01:00
msp430_disas.h Fix warnings by using more r_str_ncpy 2018-12-19 12:07:49 +01:00