Package: avce00
Version: 2.0.0-2
Usertags: goto-cc

Building and subsequently re-checking types after linking using our research
compiler infrastructure showed that the following declarations conflict:

avctest.c declares

int _AVCBinReadHeader(AVCRawBinFile *psFile, AVCBinHeader *psHdr);

but the actual definition (in avc_bin.c) is

int _AVCBinReadHeader(AVCRawBinFile *psFile, AVCBinHeader *psHeader,
                      AVCCoverType eCoverType)

All calls to _AVCBinReadHeader in avctest.c will result in stack underflow, with
undefined consequences. As this appears to be test code only, this likely
doesn't affect production environments. It should nevertheless be fixed.

Best,
Michael

Attachment: pgpiTBVspAF5p.pgp
Description: PGP signature

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to