Étienne Mollier pushed to branch master at Debian Med / dazzdb
Commits: 3a4a8d13 by Aurelien Jarno at 2021-09-14T21:43:43+02:00 inject nmu 1.0+git20201103.8d98c37-1.1 This addresses Bug#993770, fixing autopkgtest in dazzdb which otherwise blocks glibc transission. Thanks Aurélien for solving this issue! - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/use-after-free.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +dazzdb (1.0+git20201103.8d98c37-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix a use-after-free in DBstats (Closes: #993770) + + -- Aurelien Jarno <[email protected]> Tue, 14 Sep 2021 20:53:44 +0200 + dazzdb (1.0+git20201103.8d98c37-1) unstable; urgency=medium * New upstream version ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ append-cflags.patch compiler-flags.patch destdir.patch cross.patch +use-after-free.patch ===================================== debian/patches/use-after-free.patch ===================================== @@ -0,0 +1,16 @@ +Description: fix a use-after-free causing a segmentation fault with glibc 2.32 +Author: Aurelien Jarno <[email protected]> +Forwarded: https://github.com/thegenemyers/DAZZ_DB/issues/41 +Last-Update: 2021-09-14 + +--- dazzdb-1.0+git20201103.8d98c37.orig/DBstats.c ++++ dazzdb-1.0+git20201103.8d98c37/DBstats.c +@@ -346,8 +346,6 @@ int main(int argc, char *argv[]) + } + } + printf("\n"); +- +- Close_Track(db,track); + } + } + View it on GitLab: https://salsa.debian.org/med-team/dazzdb/-/commit/3a4a8d1386d5a818babc14b88f875f6354538aa9 -- View it on GitLab: https://salsa.debian.org/med-team/dazzdb/-/commit/3a4a8d1386d5a818babc14b88f875f6354538aa9 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
