]> granicus.if.org Git - apache/commit
Merge r1811569 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Tue, 10 Oct 2017 05:53:35 +0000 (05:53 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 10 Oct 2017 05:53:35 +0000 (05:53 +0000)
commit763fec5ae90bcef362f5a60ba91df4effba1e638
tree63f60595f84a04968cd941e6b5bec3eedeac9c46
parente985b2bf8e0ba8c914633b589ba5dc3fedc4d09a
Merge r1811569 from trunk:

* The calculation of the sizes was flawed:
  The index tells us the size of the node in 4096 byte pages minus 1.
  Hence we need to multiply back with 4096 aka << 12 (plus adding the
  missing page).

Submitted by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1811642 13f79535-47bb-0310-9956-ffa450edef68
.gdbinit