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

Crash in getBytesAsByteArray #14

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 3 comments
Open

Crash in getBytesAsByteArray #14

GoogleCodeExporter opened this issue Mar 30, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

native-extension/Windows-x86/SerialANE.c

line #153,

there is:  FREReleaseByteArray( &incomingBytes);
should be: FREReleaseByteArray( argv[0]);


Original issue reported on code.google.com by [email protected] on 12 Aug 2012 at 8:01

@GoogleCodeExporter
Copy link
Author

The same bug in: native-extension/MacOS-x86/SerialANE.c line #155

Original comment by [email protected] on 12 Aug 2012 at 8:06

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Same issue. Forced to call readByte instead :(

Original comment by [email protected] on 17 Sep 2012 at 10:05

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 12 Nov 2012 at 11:14

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant