radare2/libr
Chris Rorvick 9b47635f0c remove `next' param from r_core_block_read()
This was originally used to cause a seek to the next block prior to
reading such that successive calls to r_core_block_read() would progress
through memory one block at a time.  This was broken, though, by commit
452669d941 ("more cleanup in r_core_block_read") when when it used
`next' to directly calculate the offset rather than via a seek.

Only one call site remains that attempts to read the next block instead
of the current, and this probably was not even observable due to the
"hacky fix" added in commit 3bfa61946e ("Cleaner pvj, fix tinype load,
and honor 'ao N's").

The current of semantics of `next' appear to be broken and there is very
little dependence on it.  If the original behavior should be restored
anywhere, it would be much better to add a new function, or just do the
seek explicitly, rather than parameterizing r_core_block_read() on it.
2016-08-15 14:26:58 -05:00
..
anal Fix regression in reg.type=flg 2016-08-14 19:12:52 +02:00
asm Fix OOB read in vax disassembler 2016-08-14 19:35:24 +02:00
bin Add final dll mfc90u to close issue 5486 (#5514) 2016-08-14 22:42:45 -04:00
bp Major rework to the native debugger (esp on Linux) (#5185) 2016-06-22 10:34:45 +02:00
config improve arm/thumb in elf file format and disasm 2016-08-07 17:38:34 +02:00
cons fix crash in hud 2016-08-07 13:02:51 +02:00
core remove `next' param from r_core_block_read() 2016-08-15 14:26:58 -05:00
crypto Fix for crypto.cps2 2016-08-03 14:07:03 +02:00
debug Fix regression in reg.type=flg 2016-08-14 19:12:52 +02:00
egg Move all /t/ from r2 to r2r 2016-07-27 19:19:30 +02:00
flags Move all /t/ from r2 to r2r 2016-07-27 19:19:30 +02:00
fs Move all /t/ from r2 to r2r 2016-07-27 19:19:30 +02:00
hash Fix #5007 - Clarify the difference of hash/encoder/crypto 2016-08-15 01:10:42 +02:00
include remove `next' param from r_core_block_read() 2016-08-15 14:26:58 -05:00
io Minor rap:// fixes. More to come 2016-08-15 02:37:45 +02:00
lang Fix w32 build 2016-06-08 11:59:19 +02:00
magic Infer fixes Round 2 (#4993) 2016-05-24 22:22:15 +02:00
parse Fix asm.filter parse issue for m68k 2016-08-11 02:32:23 +02:00
reg Fix regression in reg.type=flg 2016-08-14 19:12:52 +02:00
search Support wide strings in rafind2 -ZS 2016-08-03 01:17:27 +02:00
socket Minor rap:// fixes. More to come 2016-08-15 02:37:45 +02:00
syscall Move all /t/ from r2 to r2r 2016-07-27 19:19:30 +02:00
util Support longer wopD.. still not complete 2016-08-15 01:40:34 +02:00
config.h.head
config.h.tail
config.mk.head
config.mk.tail More osx-ppc build fixes. Almost there 2016-04-28 14:33:51 +02:00
depgraph.pl depgraph for r2 ascii graphs, agn doesnt requires body now 2015-12-10 22:45:00 +01:00
do-ar-sh Native tvOS/WatchOS support, non-fat libr.a and mach0 identification for them 2015-12-28 20:40:18 +01:00
Jamroot Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
libr.pc.acr Fix static link 2014-03-18 01:36:54 +01:00
Makefile Install libr/include/r_util/* 2016-07-10 01:12:20 +03:00
rules.mk Aim to fix the sdb_version race condition issue 2016-06-25 18:26:34 +02:00
stripsyms.sh Fix remaining segfault in RCons.canvas, still trashy output 2014-05-08 02:58:20 +02:00
symgraph.pl Update depgraph.pl 2016-06-21 13:16:00 +02:00