From: Mark Wooding Date: Fri, 8 May 2020 12:43:59 +0000 (+0100) Subject: Merge branch '2.4.x' X-Git-Tag: 2.5.0~5 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/776d2da28318443431563b68c2807eb0c29c49fa Merge branch '2.4.x' * 2.4.x: Release 2.4.2. sel/bres-adns.c: Fix incorrect array bound. --- 776d2da28318443431563b68c2807eb0c29c49fa diff --cc debian/changelog index ba77467,6631a8e..a77485e --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,14 +1,20 @@@ +mlib (2.4.99~) experimental; urgency=medium + + * (placeholder for next minor release) + + -- Mark Wooding Wed, 02 Oct 2019 00:43:11 +0100 + + mlib (2.4.2) experimental; urgency=medium + + * mlib (buf): Handle 64-bit length prefixes correctly on 32-bit + platforms. Previously, a huge length was reduced modulo 2^32 prior to + checking via an implicit conversion to `size_t'. + * mlib (bres-adns): Use correct array bound when reassembling `hostent' + structures to return. Apparently this has never been correct. + * mlib-dev: Some formatting fixes in manpages. + + -- Mark Wooding Fri, 08 May 2020 13:43:00 +0100 + mlib (2.4.1) experimental; urgency=medium * (internals): Delete `track', which stopped being built or distributed