Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rasm2 fix for -D #11

Merged
merged 1 commit into from
Aug 30, 2012
Merged

rasm2 fix for -D #11

merged 1 commit into from
Aug 30, 2012

Conversation

rchiossi
Copy link

The fix in commit d843506 was checking for ret < 0, but as ret is initialized with 0 rasm -D would always finish after a single instruction.
This commit reverts to the previous commit and adds a check to see if the end of the buffer was reached.

The fix in commit d843506 was checking for ret < 0, but as ret is initialized with 0 rasm -D would always finish after a single instruction.
This commit reverts to the previous commit and adds a check to see if the end of the buffer was reached.
radare added a commit that referenced this pull request Aug 30, 2012
@radare radare merged commit 48ea684 into radareorg:master Aug 30, 2012
@ghost ghost mentioned this pull request Oct 22, 2013
@zonkzonk zonkzonk mentioned this pull request Dec 9, 2013
@radare radare mentioned this pull request Feb 17, 2014
@radare radare mentioned this pull request Apr 28, 2014
@ghost ghost mentioned this pull request Sep 8, 2014
@radare radare mentioned this pull request Sep 27, 2014
@radare radare mentioned this pull request Nov 10, 2014
@radare radare mentioned this pull request Dec 4, 2014
This was referenced Jan 23, 2015
@radare radare mentioned this pull request Feb 3, 2015
@zonkzonk zonkzonk mentioned this pull request Feb 4, 2015
@radare radare mentioned this pull request Mar 11, 2015
@radare radare mentioned this pull request Apr 16, 2015
This was referenced Apr 27, 2015
@radare radare mentioned this pull request Sep 5, 2018
@ghost ghost mentioned this pull request Feb 2, 2019
yossizap pushed a commit to yossizap/radare2 that referenced this pull request Dec 30, 2019
This was referenced Mar 21, 2020
@s0i37 s0i37 mentioned this pull request Feb 16, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants