Your message dated Thu, 05 Dec 2019 15:04:38 +0000
with message-id <[email protected]>
and subject line Bug#688465: fixed in g15daemon 1.9.5.3-11
has caused the Debian Bug report #688465,
regarding Inappropriate use of "struct"
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.)
--
688465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: g15daemon
Version: 1.9.5.3-8.2
While building the package using our research compiler infrastructure we noticed
the following problem in the g15daemon directory:
linked_lists.c:extern lcd_t *keyhandler;
main.c:struct lcd_t *keyhandler = NULL;
What appears to be the same actually are entirely different types: there is no
"struct lcd_t" type declared anywhere, thus only an incomplete struct type is
introduced by the declaration in main.c. "lcd_t" instead is a typedef name for
stuct lcd_s!
Thus the "struct" should be omitted in main.c.
Best,
Michael
pgp2eNwUBQ_I_.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: g15daemon
Source-Version: 1.9.5.3-11
We believe that the bug you reported is fixed in the latest version of
g15daemon, 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.
Alexander Ponyatykh <[email protected]> (supplier of updated g15daemon
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: SHA256
Format: 1.8
Date: Tue, 19 Nov 2019 00:50:44 +0300
Source: g15daemon
Architecture: source
Version: 1.9.5.3-11
Distribution: unstable
Urgency: medium
Maintainer: Alexander Ponyatykh <[email protected]>
Changed-By: Alexander Ponyatykh <[email protected]>
Closes: 688465
Changes:
g15daemon (1.9.5.3-11) unstable; urgency=medium
.
* Reinitialize on eny error code, not only on a negative one.
* Remove unused variables. (Closes: bug#688465)
* Compliant to policy 4.4.1
Checksums-Sha1:
d31f16025de116cc34b30552acebc50965e0f070 1931 g15daemon_1.9.5.3-11.dsc
35c24b7d9f0bcfb1557e26f17e0dbbd3b668be08 9416
g15daemon_1.9.5.3-11.debian.tar.xz
Checksums-Sha256:
cdc635ba7acabb338e70401b9bf5fe6c0a9ee2ede0284f1d4ebe95118b545a22 1931
g15daemon_1.9.5.3-11.dsc
4bad431a9c3fc85f1ecf533ad968cc4510c148b04b25ab453d044ea5da100f4e 9416
g15daemon_1.9.5.3-11.debian.tar.xz
Files:
fcb91ebe801d069fca2dbc4a648f2b19 1931 utils optional g15daemon_1.9.5.3-11.dsc
b3cfe055e673d46372ed5a2fbd820562 9416 utils optional
g15daemon_1.9.5.3-11.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl3pF2oACgkQXkCM2RzY
OdKwAAf8DN6z4WzayBU07F21pF4TLBprkLoeKZSa5PVkyJQgBR0mE5NKf+TePdP9
yOX/7JOKtGfOjGgRXpYRmUwwIa8SZzGIXtzAQJcR2WHRQcDe2CL96zZUQyZKBvwP
LJubte16kdmn6uMx4h623/YP3Py1FnLMVizo+ZdhELaXPCu9sf8mGsMEBuNJx/C5
0U3MR/aE8pZbKC+Qf7gqUCK7jyz83LyC0ZD9d37xGmgEz2heqIsfWqNOrKNlmpx+
ZwfBBfgov1TkTj6a1DHemqezvJhFxMYK9uOfcKwcJ1Bat9A+L6sCYGM+I0OHUq/s
oBN5opTm3WP9s2rj9tNOh05se5iPJg==
=T3tG
-----END PGP SIGNATURE-----
--- End Message ---