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

propagate partial-unaddr on loads? #158

Open
derekbruening opened this issue Nov 28, 2014 · 0 comments
Open

propagate partial-unaddr on loads? #158

derekbruening opened this issue Nov 28, 2014 · 0 comments

Comments

@derekbruening
Copy link
Contributor

From derek.br...@gmail.com on December 10, 2010 17:58:07

PR 485131

xref PR 406535, PR 406718, and several earlier cases before I started
filing in bugzilla (alloca, _chkstk, strcpy). we could propagate a
partial-unaddr load instead of raising an error at the load. however, for
many of these dword bit tricks, we would still complain a few instrs later,
just like we do for uninit, when it passes the partial-unaddr dword through
xor or and with magic constants like 0xfefefeff, so it may not be worth the
effort.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=158

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