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

Name conflicts in stubs #73

Open
acru3l opened this issue Jun 9, 2018 · 0 comments
Open

Name conflicts in stubs #73

acru3l opened this issue Jun 9, 2018 · 0 comments
Labels

Comments

@acru3l
Copy link

acru3l commented Jun 9, 2018

Hi :)

Sibyl by default includes two stubs: win_api_x86_32.py and linux_stdlib.py. Both stubs define different functions with the same name: get_fmt_args. But this breaks some of the stub functions in win_api_x86_32.py that call get_fmt_args, e.g. msvcrt_sprintf with the following error:

TypeError: get_fmt_args() takes exactly 3 arguments (4 given)

To avoid this issue, we have to specify a stub file explicitly.

@commial commial added the bug label Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants