emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r113804: * decompress.c: Fix bugs with large buffers and weird


From: Lars Magne Ingebrigtsen
Subject: Re: trunk r113804: * decompress.c: Fix bugs with large buffers and weird inputs.
Date: Tue, 13 Aug 2013 14:08:46 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> +      Do not make avail_out too large, as that might unduly delay C-g.  */
> +      ptrdiff_t avail_out = min (1 << 14, UINT_MAX);

For those of us who don't do shifts in our head, I guess that's
approximately (expt 2 14) => 16384.  Does Emacs compile on any systems
where UINT_MAX is smaller than 16384?

-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]