This is an archive of the discontinued LLVM Phabricator instance.

Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend.
ClosedPublic

Authored by samsonov on Jan 9 2015, 3:44 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

samsonov updated this revision to Diff 17956.Jan 9 2015, 3:44 PM
samsonov retitled this revision from to Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend..
samsonov updated this object.
samsonov edited the test plan for this revision. (Show Details)
samsonov added reviewers: lhames, ributzka.
samsonov added a subscriber: Unknown Object (MLST).

Just noticed that a similar fix is already mailed in http://reviews.llvm.org/D6884

samsonov abandoned this revision.Jan 9 2015, 3:48 PM
This revision was automatically updated to reflect the committed changes.
lhames edited edge metadata.Jan 15 2015, 10:33 AM

Apologies for not getting to this. Thanks for the patch Alexey, and thanks
Chandler for the review!

  • Lang.