Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Glitch in k #13762

Closed
radare opened this issue Apr 15, 2019 · 2 comments
Closed

Glitch in k #13762

radare opened this issue Apr 15, 2019 · 2 comments

Comments

@radare
Copy link
Collaborator

radare commented Apr 15, 2019

we should trim those spaces around =

$ r2 -
[0x00000000]> k foo = bar
[0x00000000]> k foo
[0x00000000]> "k foo "
 bar

 bar

^D

in sdb works fine:

$ ./sdb -
foo = bar
foo
foo
 bar
^D
@radare radare added this to the 3.5.0 milestone Apr 17, 2019
@radare
Copy link
Collaborator Author

radare commented May 11, 2019

The bug is in SDB: radareorg/sdb#195

@radare
Copy link
Collaborator Author

radare commented May 13, 2019

Fixed in #14045

@radare radare closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant