]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* The calculation of the sizes was flawed:
authorRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 12:16:00 +0000 (12:16 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 9 Oct 2017 12:16:00 +0000 (12:16 +0000)
commit51ba4f7d63bb46ef6eaa2b407bbcbdde995cabea
tree63f60595f84a04968cd941e6b5bec3eedeac9c46
parentd5653018fdb317283f9211a1c8e9c7ad1c34d75f
* 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).

Reverted in r1811568

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