Re: [PATCH] sha1_file.c: zlib can only process 4GB at a time From: Andreas Schwab <hidden> Date: 2016-06-15 22:51:27 Junio C Hamano [off-list ref] writes: +#define ZLIB_BUF_MAX ((1UL << ((sizeof(uInt) * 8))) - 1) This is undefined if unsigned long has 32 bits. #define ZLIB_BUF_MAX ((uInt)-1) Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help