beatgammit / tar-js

Tar implemented in the browser
MIT License
89 stars 17 forks source link

Fix bugs with this identifier and out array expansion #8

Closed jergason closed 12 years ago

jergason commented 12 years ago

Missing another this on out, and the bounds checking was totally borked.

Bounds checking bug was preventing the size of the out array from being expanded more than once.