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

Attachment: pgpehNIuFBafl.pgp
Description: PGP signature

Reply via email to