]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Compute the "safe" distance properly
authorAdam Stylinski <kungfujesus06@gmail.com>
Thu, 3 Oct 2024 21:17:44 +0000 (17:17 -0400)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 8 Oct 2024 10:43:01 +0000 (12:43 +0200)
commit3297953f816e16e5f0e755d069a25a50ca6ace4f
tree328a415de9b306476f408c4c625d13e8164adad3
parent8d10c309d7d468b9b2ecfd8d5f1b063d6396af17
Compute the "safe" distance properly

The safe pointer that is computed is an exclusive, not inclusive bounds.
While we were probably rarely ever bit this, if ever, it still makes
sense to apply the limit, properly.
inffast_tpl.h