mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-10 15:00:41 -07:00
Update node_modules
This commit is contained in:
2
node_modules/unbzip2-stream/lib/bzip2.js
generated
vendored
2
node_modules/unbzip2-stream/lib/bzip2.js
generated
vendored
@@ -358,8 +358,6 @@ bzip2.decompress = function(bits, stream, buf, bufsize, streamCRC) {
|
||||
|
||||
crc = (crc ^ (-1)) >>> 0;
|
||||
if ((crc|0) != (crcblock|0)) message.Error("Error in bzip2: crc32 do not match");
|
||||
if (streamCRC === null)
|
||||
streamCRC = 0;
|
||||
streamCRC = (crc ^ ((streamCRC << 1) | (streamCRC >>> 31))) & 0xFFFFFFFF;
|
||||
return streamCRC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user