Your message dated Sun, 30 Jul 2023 14:06:10 +0000 with message-id <[email protected]> and subject line Bug#1033671: fixed in libbsd 0.11.3-1+deb11u1 has caused the Debian Bug report #1033671, regarding MD5File() goes into an unconditional infinite loop on bullseye to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1033671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033671 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libbsd0 Version: 0.11.3-1 Tags: patch,upstream,fixed-upstream,bullseye MD5File in bullseye is essentially an infinite loop. It just calls itself. The simplest fix is --- a/src/md5.c +++ b/src/md5.c @@ -105,7 +105,7 @@ MD5File(const char *filename, char *buf) { libmd_wrapper(MD5File); - return MD5File(filename, buf); + return libmd_MD5File(filename, buf); } char * This was fixed upstream by https://gitlab.freedesktop.org/libbsd/libbsd/-/commit/e7cf8c5785b14fc8fbd37bb665a5f9a4f28c7888 -- Guillaume Morin <[email protected]>
--- End Message ---
--- Begin Message ---Source: libbsd Source-Version: 0.11.3-1+deb11u1 Done: Guillem Jover <[email protected]> We believe that the bug you reported is fixed in the latest version of libbsd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Guillem Jover <[email protected]> (supplier of updated libbsd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 07 May 2023 19:13:23 +0200 Source: libbsd Architecture: source Version: 0.11.3-1+deb11u1 Distribution: bullseye Urgency: medium Maintainer: Guillem Jover <[email protected]> Changed-By: Guillem Jover <[email protected]> Closes: 1033671 Changes: libbsd (0.11.3-1+deb11u1) bullseye; urgency=medium . * Fix infinite loop when using MD5File() symbol due to missing symbol redirection. Thanks to Guillaume Morin <[email protected]>. Closes: #1033671 Checksums-Sha1: 23bc12a94c049a61b0499e6a62994393672e4a2d 2324 libbsd_0.11.3-1+deb11u1.dsc 14fdae710d8062e838c68936179c56a50857acd8 17980 libbsd_0.11.3-1+deb11u1.debian.tar.xz 865ee8ccbad11747197a5956542197b2727af184 6862 libbsd_0.11.3-1+deb11u1_amd64.buildinfo Checksums-Sha256: c5c817a1c86a7821c76e6e73d54fd018de8b022a0177da670b90a4f8d8dfbfb0 2324 libbsd_0.11.3-1+deb11u1.dsc 9745c6b40e3d719da54ed3da6a266a5e6c58ff823e70ba87244a5cf9c44cb9b9 17980 libbsd_0.11.3-1+deb11u1.debian.tar.xz 4de2f69f26a14a91626bbf32c0481ef70189b6b055a5c200de61f46d8231ae6b 6862 libbsd_0.11.3-1+deb11u1_amd64.buildinfo Files: 8659dd1bbc48a26e0293d4e4621d2884 2324 libs optional libbsd_0.11.3-1+deb11u1.dsc 8b263bbc00d5b7e8e1b05cf02fca0974 17980 libs optional libbsd_0.11.3-1+deb11u1.debian.tar.xz 76caf24b26144902bc6af0d05ecf80e0 6862 libs optional libbsd_0.11.3-1+deb11u1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETz509DYFDBD1aWV0uXK/PqSuV6MFAmRdeSsACgkQuXK/PqSu V6PYDg//cBunu6nusyxTzmzdEfsFutjb+VUtF3rh+V6ZsjTRMy6Y7TWcm9b9lz0Y VWo1NKRKYrUpJecY1pykym2UFj35Ji4I567It8CYqyX+ottLWyUVBrYFqGI3leie dZ/xWhhHR6ukRcpn7Yh15xScdIUGQY8h+6aeDnqT5emhoBiCG9jilac/OqlIa/Pl iexbTUAAQkpYGdMoC+AdXqNGrVzaTQeHx+xf9zbRok2MdttfW4ixTn+p24B0zGxY NNLdAgaOL5mB6nsYgUVeEkOqptE5ddVh1Htj4VoarAQDT5rlgV8ZM4rEpzZ2RlF4 ovrv6Jfrh74DFiSNSuHPBMeWN8B8GpOnH3GttZyCLNeSFgiivVh/ZxSq1wMj/tmn ktBm1I48UPPLmEduEfRtaXx5CVhZHaxRU8jK1ed6yB4Y6h8UpmyGNsOY4elFj/z/ 7C9zGqKuI6sRf9iLasw9BFYiefZpO48/YGOkghHBBVRW3gdey3a68TW1SuIgtHNN 8duqD5pGI20cOcDav+9DYp7Flbip0JvMBDTp4MnpeEmCIWBmNOebqL0lJAT9gzGN iSiguPLzmILK0nl2bMFbezR1ov73eY5/ecBkGrw/xQHGWmDxyvZt6uZzPoyD4Rto fja65CABWISBIA8OBSklbLSF3xZf++7GgOy4znpGQdSz7mvtW1o= =wV4k -----END PGP SIGNATURE-----
--- End Message ---

