Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

false recognition of library. #356

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

false recognition of library. #356

wants to merge 1 commit into from

Conversation

tagomaru
Copy link

When solc output is like below, oyente recoginizes it is library.

// example
======= /root/work/tagomaru/truffle_project/MetaCoin/node_modules/zeppelin-solidity/contracts/ownership/Ownable.sol:Ownable =======
Binary:
6080604052348015610...

In this case, libs in liine 118 is '[u'project/MetaCoin/node']'.

Then, incorrectly steps into _link_libraries func and fails...

I added temporary variable 'noinfo_out ' which has no contract file info for re.findall.

@CLAassistant
Copy link

CLAassistant commented Oct 20, 2018

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants