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

file sizes of power of two crash vbindiff #8

Open
reald opened this issue Jun 21, 2015 · 0 comments
Open

file sizes of power of two crash vbindiff #8

reald opened this issue Jun 21, 2015 · 0 comments

Comments

@reald
Copy link

reald commented Jun 21, 2015

To reproduce:
$ dd if=/dev/urandom of=rand1024 bs=1 count=1024
$ dd if=/dev/urandom of=rand1025 bs=1 count=1025
$ dd if=/dev/urandom of=rand1026 bs=1 count=1026

$ vbindiff rand1025 rand1026

Scroll to end of file -> OK

$ vbindiff rand1024 rand1026

Scroll to end of file -> Crash

File sizes of 2048 and 4096 bytes crash, too.

Tested with

VBinDiff 3.0_beta4
Copyright 1995-2008 Christopher J. Madsen

and

VBinDiff 3.0_beta5
Copyright 1995-2008 Christopher J. Madsen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant