Package: gnutls28
Version: 3.0.20-3
Usertags: goto-cc

While building the package using our research compiler infrastructure, which
also permits link-time type checking, we noticed the following conflicting
declarations:

./tls_test.c:63:unsigned int verbose = 0;
./serv.c:62:unsigned int verbose = 1;
./cli.c:73:unsigned int verbose = 0;
./ocsptool.c:46:unsigned int verbose = 0;

./tests.c:42:extern int verbose;
./common.c:42:extern int verbose;
./socket.c:43:extern unsigned int verbose;

As the extern variants will be linked against some of the above (in particular,
common.c an serv.c are linked), undefined values may occur.

Best,
Michael

Attachment: pgpLCINmDVH4a.pgp
Description: PGP signature

Reply via email to