[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#891576: marked as done (stretch-pu: package discover/2.1.2-7.1+deb9u1)



Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <1531563680.2095.30.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #891576,
regarding stretch-pu: package discover/2.1.2-7.1+deb9u1
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 owner@bugs.debian.org
immediately.)


-- 
891576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891576
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

   * Use correct type for the length parameter of the getline() call,
     thanks to Anatoly Borodin and Simon Quigley for writing and for
     forwarding the patch (Closes: #876388, LP: #1718687).
diff -u discover-2.1.2/debian/changelog discover-2.1.2/debian/changelog
--- discover-2.1.2/debian/changelog
+++ discover-2.1.2/debian/changelog
@@ -1,3 +1,12 @@
+discover (2.1.2-7.1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Use correct type for the length parameter of the getline() call,
+    thanks to Anatoly Borodin and Simon Quigley for writing and for
+    forwarding the patch (Closes: #876388, LP: #1718687).
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 26 Feb 2018 21:38:40 +0200
+
 discover (2.1.2-7.1) unstable; urgency=medium
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- discover-2.1.2.orig/sysdeps/linux/pci.c
+++ discover-2.1.2/sysdeps/linux/pci.c
@@ -160,7 +160,7 @@
     FILE *f;
     DIR *pciDir;
     struct dirent *pci_device_entry;
-    unsigned int len;
+    size_t len = 0;
     char *device_dir, *line, *class, *vendor, *model, *p;
     char **device_dir_list = NULL;
     size_t device_dir_list_len, device_dir_index, device_dir_index2;

--- End Message ---
--- Begin Message ---
Version: 9.5

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply to: