radare2/libr
Jonathan Neuschäfer 29601c3b54 Fix display of repeated brainfuck instructions
An snprintf with the same source and destination buffer caused the buffer to
be read as an empty string.

To quote the Linux Manpages project:

  C99 and POSIX.1-2001 specify that the results are undefined if a call to
  sprintf(), snprintf(), vsprintf(), or vsnprintf() would  cause  copying  to
  take  place  between  objects that overlap (e.g., if the target string array
  and one of the supplied input arguments refer to the same buffer).
2014-09-13 00:47:58 +02:00
..
anal Settle the pointer ownership issue once for all 2014-09-13 00:30:15 +02:00
asm Fix display of repeated brainfuck instructions 2014-09-13 00:47:58 +02:00
bin dwarf: Remove error messages for filenum==0. 2014-09-11 15:59:35 +02:00
bp Add r_bp_del_all (db-*) and fix some more bugs 2014-05-08 17:38:29 +02:00
config Enhace tiled webui with auto-refresh buttons and console 2014-09-02 01:54:28 +02:00
cons Fix infinite loop when debugging r2 from lldb 2014-09-10 01:40:43 +02:00
core Settle the pointer ownership issue once for all 2014-09-13 00:30:15 +02:00
crypto Remove more r_lib references 2014-01-18 02:52:49 +01:00
db Remove r_list_destroy, replaced it by r_list_purge 2014-05-03 01:27:10 +02:00
debug Fix latest coverity issues 2014-09-10 02:21:10 +02:00
diff Fix last coverity issue in *diff 2014-08-04 02:10:14 +02:00
egg Fix segfault in ragg2 -P -10 (thanks @maijin) (thanks @maijin) 2014-09-05 16:13:47 +02:00
flags Fix 'fa' and verify it with tests 2014-09-01 02:36:52 +02:00
fs Even more coverifix 2014-08-18 15:03:02 +02:00
hash rename r_io_open -> r_io_open_nomap and add a new r_io_open that creates a map at 0x0 2014-09-06 23:08:16 +02:00
include Settle the pointer ownership issue once for all 2014-09-13 00:30:15 +02:00
io implement r_io_mwrite // yum yum copy-pasta 2014-09-11 18:35:09 +02:00
lang Fix RBin & RLang related crashes (fix lot of memleaks and dblfrees) 2014-08-29 16:27:44 +02:00
magic Fix more memleaks 2014-08-29 16:42:00 +02:00
parse Makes coverity happy 2014-07-30 23:28:16 +02:00
reg Settle the pointer ownership issue once for all 2014-09-13 00:30:15 +02:00
search Proper printf formatting fix for mingw32 2014-08-31 20:19:43 +04:00
socket Fix code analysis loop and add anal.esil mode for r_core_anal_fcn() 2014-09-12 02:37:49 +02:00
syscall Even more coverifix 2014-08-18 15:03:02 +02:00
sysproxy * Make r_cons independent from r_line 2009-04-07 11:28:22 +00:00
util Fix #1320 - crash in pf 2014-09-13 00:36:50 +02:00
config.h.head * Add support to ARM for the debugger 2010-02-03 14:34:00 +01:00
config.h.tail * Initial import of the 'configure-plugins' script 2010-01-13 23:42:49 +01:00
config.mk.head Simplify the build system 2012-10-03 14:31:35 +02:00
config.mk.tail More improvements for cygwin and mingw32 building 2014-07-10 02:21:41 +04:00
depgraph.pl * Export 'srwx' perms of sections in rabin2 -rS 2010-04-08 12:29:47 +02:00
Jamroot More Jamroot files and move vm out 2013-12-31 15:57:52 +01:00
libr.pc.acr Fix static link 2014-03-18 01:36:54 +01:00
Makefile More native mingw32 fixes 2014-09-01 15:50:04 +02:00
rules.mk Fix LDFLAGS -L override issue? 2014-07-09 02:08:06 +02:00
stripsyms.sh Fix remaining segfault in RCons.canvas, still trashy output 2014-05-08 02:58:20 +02:00
symgraph.pl Fix symgraph script 2014-03-09 17:48:12 +01:00