Fix previous: In one spot I incorrectly used Pos (unsigned short) where
authortb <tb@openbsd.org>
Wed, 28 Jul 2021 07:36:06 +0000 (07:36 +0000)
committertb <tb@openbsd.org>
Wed, 28 Jul 2021 07:36:06 +0000 (07:36 +0000)
commitd061ccb37ef05119e23a74322e32ef715e711e3a
tree6ada7e290094cb469656cbba3392de8a6192f1ba
parent480d0dfec1c482070c91e85cf0fa6fd9f0dd01e2
Fix previous: In one spot I incorrectly used Pos (unsigned short) where
I should have used Byte (unsigned char) which led to passing twice the
correct size to free.

Found & tested by bluhm with the sys/netinet/ipsec tests on i386.
sys/lib/libz/deflate.c