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

Wrong open mode for file descriptor 4 in utils/nfc-relay-picc.c #280

Closed
GoogleCodeExporter opened this issue Apr 3, 2015 · 1 comment
Closed
Labels

Comments

@GoogleCodeExporter
Copy link

The open mode for fdopen of file descriptor 4 in nfc-relay-picc utility should 
be "w", not "r". Otherwise the utility fails when it tries to write into this 
descriptor.

Note: this affects when the utility is run in initiator mode only.

See attached patch.

Original issue reported on code.google.com by ondrej.m...@gmail.com on 29 Jun 2014 at 12:40

Attachments:

@neomilium
Copy link
Member

Thanks

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

3 participants