Package: heartbeat
Version: 3.0.5-3

While building the package using our research compiler infrastructure the
following conflicting declarations of del_node_list were detected:

config.c:GSList*          del_node_list;
heartbeat.c:extern GSList*      del_node_list;

vs.

hb_uuid.c:extern GList*     del_node_list;

As hb_uuid.c also accesses del_node_list as a GList (while it is a GSList by
config.c), this may cause undefined behaviour.

Best,
Michael

Attachment: pgprPRrTUXI5v.pgp
Description: PGP signature

Reply via email to