]> git.ipfire.org Git - thirdparty/bind9.git/commit
map files over 2GB could not be loaded
authorEvan Hunt <each@isc.org>
Tue, 24 Aug 2021 19:22:32 +0000 (12:22 -0700)
committerEvan Hunt <each@isc.org>
Wed, 1 Sep 2021 07:43:54 +0000 (00:43 -0700)
commite9d62d24425534ff0b2b22aa06a29433753671d2
treed2194a7e401679df8f209a3afab3d7db912f9692
parentcfaba88f1565fabc3528d87a126d8b6535017092
map files over 2GB could not be loaded

- fixed a size comparison using "signed int" that failed if the file
  size was more than 2GB, since that was treated as a negative number.
- incidentally renamed deserialize32() to just deserialize(). we no
  longer have separate 32 and 64 bit rbtdb implementations.
lib/dns/rbt.c
lib/dns/rbtdb.c