Export to GitHub

as3-arduino-connector - issue #14

Crash in getBytesAsByteArray


Posted on Aug 12, 2012 by Happy Kangaroo

native-extension/Windows-x86/SerialANE.c

line #153,

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

Comment #1

Posted on Aug 12, 2012 by Happy Kangaroo

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

Comment #2

Posted on Sep 17, 2012 by Helpful Bird

Same issue. Forced to call readByte instead :(

Comment #3

Posted on Nov 12, 2012 by Happy Bear

(No comment was entered for this change.)

Status: Accepted

Labels:
Type-Defect Priority-Medium