-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
RCrypto: segfault on running "-E blowfish" #4287
Comments
So SetHashString takes two arguments? |
|
yes, in |
@alvarofe yes, I'll fix this soon. |
any update on this? On Sun, Mar 13, 2016 at 9:01 AM Kishor Bhat [email protected]
|
@radare Sorry, I was occupied over the weekend. I'm having trouble debugging this. The code operates on key and plaintext string as hex bytes. Even with Also, @crowell , I don't see the null. :/ |
anyway, tired of waiting I pushed the one-line fix. |
Has just been disabled, still require proper fix, @therealkbhat |
Define proper fix. Probably needs proper testing, nothing more, or maybe im missing something. the null deref was pretty clear. and it misses an error message maybe, but not much more imho. Also, im aware decryption doesnt works because the function is not referenced anywhere, but this is unrelated to this issue |
I have unchecked the blowfish support in main issue then #4254 |
Command
$ rahash2 -S "abc" -E blowfish -s "testing"
results in a segmentation fault.Relevant code is here.
Suspicions are on invalid assumptions regarding the key, but there may be other issues.
The text was updated successfully, but these errors were encountered: