This is an archive of the discontinued LLVM Phabricator instance.

Fix bug in method LLLexer::FP80HexToIntPair.
ClosedPublic

Authored by kschimpf on Aug 31 2015, 2:07 PM.

Details

Reviewers
kcc
filcab
Summary

Fixes bug https://llvm.org/bugs/show_bug.cgi?id=24640. Fixes case
where code goes past end of memory buffer because it doesn't check.

Diff Detail

Event Timeline

kschimpf updated this revision to Diff 33627.Aug 31 2015, 2:07 PM
kschimpf retitled this revision from to Fix bug in method LLLexer::FP80HexToIntPair..
kschimpf updated this object.
kschimpf added a subscriber: llvm-commits.
kcc accepted this revision.Aug 31 2015, 2:27 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 31 2015, 2:27 PM