Skip to content
This repository was archived by the owner on Sep 16, 2019. It is now read-only.

BUG in generate.js! #10

@rex-farmer

Description

@rex-farmer

Hi buddy:
I found a BUG which in generate.js file from line:128, that can make a critical running error!

here's the report:
bytes.push(parseInt(bits.substr(i * 8, i * 8 + 8), 2)) ; // BUG
SHOULD BE :bytes.push(parseInt(bits.substr(i * 8, 8), 2)) ; //this will works well!

here the Syntax:
str.substr(start[, length])

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions