thejoshwolfe / yazl

yet another zip library for node
MIT License
329 stars 44 forks source link

Use MAX_LENGTH constant to check buffer size #67

Open gpoole opened 3 years ago

gpoole commented 3 years ago

Replace hard-coded constant for max buffer size check with Buffer MAX_LENGTH when available.