Package: courier Version: 0.68.2-1 While building the package using our research compiler infrastructure we noticed the following duplication initialisation of rw_static:
- ./courier/module.uucp/staticlist.c:struct rw_static_info rw_static[] = { ... }
- ./courier/module.esmtp/staticlist.c:struct rw_static_info rw_static[] = { ...
}
- ./courier/libs/lcrwstatic.h:struct rw_static_info rw_static[] = { ... }
In each of those three cases, different values are put into the array; it is
undefined which of those the linker will chose as final values for
initialisation.
Best,
Michael
pgplpkCnLUccg.pgp
Description: PGP signature

