radare2/libr/core
Christiane Ruetten 53b0918b59 Fixing buffer size
`r_hex_str2bin` turns every two input nibbles into a single output
byte and thus writes maximum half the input size. However, there's
the special case where it writes one additional output byte when
presented with an odd number of nibbles. Even though this results
in an error (negative of the number of bytes written), we must
ensure that at least one byte more is allocated for its output
buffer.
2016-04-07 16:05:16 +02:00
..
p Fix #3605 - infinite print loops in m68k and mcs96 2015-10-29 12:02:06 +01:00
anal.c Fixes for ARM IT op 2016-04-07 11:52:36 +02:00
asm.c Change the anti pattern if (A) free (A); for free (A); 2015-12-20 19:28:39 +01:00
bin.c Use shorter checksum vars for proper alignment 2016-04-05 13:31:22 +02:00
cmd_anal.c Honor 0 in pdf 2016-04-06 02:12:52 +02:00
cmd_api.c Save/restore macros in projects fix #4050 2016-02-07 00:51:26 +01:00
cmd_cmp.c Missed fix in f4618c0 of r_core_diff for proper compilation 2016-03-22 14:47:57 +01:00
cmd_debug.c Coredump generation for Mach0 binaries 2016-04-05 12:03:59 +02:00
cmd_egg.c More stdboolification 2015-09-14 12:35:38 +02:00
cmd_eval.c Fix a lot more covs 2016-03-31 13:21:51 +02:00
cmd_flag.c flags: refactoring of r_flag_set 2016-02-22 18:21:25 +01:00
cmd_hash.c More stdboolification 2015-09-14 12:35:38 +02:00
cmd_help.c Implement ys to show clipboard as string 2016-03-31 05:15:20 +02:00
cmd_info.c RBin: improving versioninfo 2016-03-16 18:10:49 +01:00
cmd_log.c Fix #3557 - V_ is the new VF_, old one is in V?? 2015-10-29 12:54:19 +01:00
cmd_macro.c Save/restore macros in projects fix #4050 2016-02-07 00:51:26 +01:00
cmd_magic.c More stdboolification 2015-09-14 12:35:38 +02:00
cmd_meta.c Add default noreturn functions, adjust xrefs and fix regression in type 2016-02-16 03:24:47 +01:00
cmd_mount.c Fix some recent regression in cmd parsing 2015-10-25 03:34:51 +01:00
cmd_open.c Fix #4436 - more help for o subcommands 2016-03-30 22:39:30 +02:00
cmd_print.c Fix #4523 - Fix asm.emu + pd leaks 2016-04-07 11:11:46 +02:00
cmd_project.c Implement cmd PS. Fix ax{*,j} 2016-04-07 11:12:50 +02:00
cmd_quit.c Improved history save support 2015-01-17 19:29:32 +01:00
cmd_search.c Fix #4523 - Fix asm.emu + pd leaks 2016-04-07 11:11:46 +02:00
cmd_section.c Fix #4194 - Remove RCons dependency from RIO 2016-03-14 00:11:31 +01:00
cmd_seek.c Get current section baddr if multiple files are open 2016-01-03 03:12:33 +01:00
cmd_type.c Fixing coverities 2016-03-29 22:44:44 +02:00
cmd_write.c Fixing usage line order 2016-04-07 16:05:16 +02:00
cmd_zign.c Adjusted zignature help 2015-12-27 17:05:29 +01:00
cmd.c Fix a lot more covs 2016-03-31 13:21:51 +02:00
config.c Add graph.gv variables to set custom graphviz styles 2016-03-31 02:25:54 +02:00
core.c Fix uaf and another memleak 2016-04-04 00:36:18 +02:00
disasm.c Fix some asm.spacy and asm.flgoff glitches 2016-04-05 01:33:57 +02:00
file.c Fix more memleaks 2016-04-04 00:17:57 +02:00
gdiff.c Fix #4523 - Fix asm.emu + pd leaks 2016-04-07 11:11:46 +02:00
graph.c Fix double free when quitting from graph 2016-04-02 22:47:49 +02:00
hack.c Fix more issues reported by clang-analyzer 2015-11-03 22:14:00 +01:00
help.c Fix some gcc warnings 2014-08-04 00:18:54 +02:00
io.c Fixing buffer size 2016-04-07 16:05:16 +02:00
Jamroot Somewhat better BoostJam support 2014-10-26 02:47:08 +02:00
libs.c Fix #4495 - rasm2 not loading all the plugins 2016-04-05 22:42:19 +02:00
log.c Add 'lm' command to better manage pending log messages 2014-07-31 05:20:48 +02:00
Makefile Fix build (missing dep for core) 2016-03-16 13:45:38 +01:00
panels.c core/graph: extend r_core_visual_graph to accept a graph 2016-01-05 00:36:26 +01:00
patch.c Fix #2880 - Fix crash in rapatch (r2 -P) 2015-07-08 14:21:43 +02:00
plugin.c More stdboolification 2015-09-14 12:35:38 +02:00
project.c Implement cmd PS. Fix ax{*,j} 2016-04-07 11:12:50 +02:00
pseudo.c Fix str_case regression 2016-03-03 11:45:04 +01:00
rtr.c Handle referer in http server for CSFR protection 2016-03-28 23:38:45 +02:00
syscmd.c Fix #3585 - Implement cp and mv #syscmd 2015-10-25 02:32:22 +02:00
task.c Fix '& cmd' task state 2016-01-03 02:32:56 +01:00
vasm.c Fix visual assembler offset 2015-05-05 14:06:44 +02:00
visual.c Fix scroll up in disasm after project load 2016-04-01 01:56:16 +02:00
vmarks.c Fix #3429 - save/load visual marks using the new fV command 2015-10-12 14:33:52 +02:00
vmenus.c Fix #4478 2016-04-01 19:24:41 +02:00
yank.c Implement new commands: yl, yw, ywx, wz, and re-fix .q 2016-03-31 05:42:37 +02:00