Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE,
 but when it calls GetByteArrayRegion, it multiplies it by 2 which
 defeats the "// safety first" check at the beginning.
1 file changed