Control: tags 956886 + patch Control: tags 956886 + pending Dear maintainer,
I've prepared an NMU for xf86-video-omap (versioned as 0.4.5-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru xf86-video-omap-0.4.5/debian/changelog xf86-video-omap-0.4.5/debian/changelog --- xf86-video-omap-0.4.5/debian/changelog 2016-11-24 23:59:22.000000000 +0200 +++ xf86-video-omap-0.4.5/debian/changelog 2020-05-15 13:24:48.000000000 +0300 @@ -1,3 +1,10 @@ +xf86-video-omap (0.4.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix a NULL dereference found by gcc 9. (Closes: #956886) + + -- Adrian Bunk <b...@debian.org> Fri, 15 May 2020 13:24:48 +0300 + xf86-video-omap (0.4.5-1) unstable; urgency=medium * New upstream release (Closes: #845331) diff -Nru xf86-video-omap-0.4.5/debian/patches/null-dereference.patch xf86-video-omap-0.4.5/debian/patches/null-dereference.patch --- xf86-video-omap-0.4.5/debian/patches/null-dereference.patch 1970-01-01 02:00:00.000000000 +0200 +++ xf86-video-omap-0.4.5/debian/patches/null-dereference.patch 2020-05-15 13:24:48.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix a NULL dereference found by gcc 9 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/956886 + +--- xf86-video-omap-0.4.5.orig/src/omap_driver.c ++++ xf86-video-omap-0.4.5/src/omap_driver.c +@@ -542,7 +542,7 @@ OMAPPreInit(ScrnInfoPtr pScrn, int flags + } + + if (!pScrn->chipset) { +- ERROR_MSG("Unknown chipset: %s", pScrn->chipset); ++ ERROR_MSG("Unknown chipset"); + goto fail; + } + diff -Nru xf86-video-omap-0.4.5/debian/patches/series xf86-video-omap-0.4.5/debian/patches/series --- xf86-video-omap-0.4.5/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ xf86-video-omap-0.4.5/debian/patches/series 2020-05-15 13:24:35.000000000 +0300 @@ -0,0 +1 @@ +null-dereference.patch