Package: gst-plugins-bad0.10 Version: 0.10.23-7.1 Usertags: goto-cc While building the package using our research compiler infrastructure we noticed that the array _mxf_ul_table has conflicting declarations:
- gst/mxf/mxful.h declares extern const MXFUL _mxf_ul_table[MXF_UL_MAX]; with
MXF_UL_MAX=134
- gst/mxf/mxful.c defines const MXFUL _mxf_ul_table[] = { ... } with 133 entries
only
The declaration in mxful.h should use _mxf_ul_table[MXF_UL_MAX-1] as otherwise
invalid memory accesses may occur.
Best,
Michael
pgpeXmHScwPbS.pgp
Description: PGP signature

