On Fri, Aug 16, 2013 at 7:43 AM, brian m. carlson
[off-list ref] wrote:
On Thu, Aug 15, 2013 at 09:37:40PM +0200, Stefan Beller wrote:
quoted
When checking the previous lines in that function, we can deduct that
hsize must always be smaller than (1u<<31), since 506049c7df2c6
(fix >4GiB source delta assertion failure), because the entries is
the entries are
'entries' is a variable name, thus singular. Stefan corrected it in v2
to say "because entries is capped..." (though it would have been even
a bit clearer to add quotes around 'entries').
quoted
capped at an upper bound of 0xfffffffeU, so hsize contains a maximum
value of 0x3fffffff, which is smaller than (1u<<31), so i will never
be larger than 31.