This is an archive of the discontinued LLVM Phabricator instance.

Fix a check in the objc trampoline handler
ClosedPublic

Authored by sas on Jul 12 2016, 1:55 PM.

Details

Summary

The function FunctionCaller::WriteFunctionArguments returns false on
errors, so they should check for the false return value.

Change by Walter Erquinigo <a20012251@gmail.com>

Diff Detail

Event Timeline

sas updated this revision to Diff 63725.Jul 12 2016, 1:55 PM
sas retitled this revision from to Fix a check in the objc trampoline handler.
sas updated this object.
sas added reviewers: jingham, clayborg.
sas added a subscriber: lldb-commits.
clayborg accepted this revision.Jul 13 2016, 9:49 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Jul 13 2016, 9:49 AM
sas closed this revision.Jul 13 2016, 10:41 AM