Snippets for mkvtoolnix 100.0 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/mkvtoolnix/100.0/2.fc45/data/logs/ppc64le/build.log.
-
/usr/include/bits/string_fortified.h:59:10: warning: ‘__memset_chk’ offset [2053, 9223372036854775807] is out of the bounds [0, 2048] of object ‘AVI_header’ with type ‘unsigned char[2048]’ [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/bits/string_fortified.h:59:10: warning: ‘__memset_chk’ offset [2053, 219043332216] is out of the bounds [0, 2048] of object ‘AVI_header’ with type ‘unsigned char[2048]’ [-Warray-bounds=] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/qt6/QtCore/qchar.h:48:31: warning: defining ‘QChar’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 48 | class QT6_ONLY(Q_CORE_EXPORT) QChar { | ^~~~~ -
src/input/r_ogm.cpp:765:113: warning: comparison is always false due to limited range of data type [-Wtype-limits] 765 | chapter_string.erase(std::remove_if(chapter_string.begin(), chapter_string.end(), [](char c) { return c < 0; }), chapter_string.end()); | ~~^~~ -
/usr/include/c++/16/bits/shared_ptr_base.h:1135:13: warning: array subscript 3 is outside array bounds of ‘void[24]’ [-Warray-bounds=] 1135 | if (_M_pi != nullptr) | ^~~~~ -
src/common/dirac.h:58:8: warning: array subscript ‘struct __as_base [0]’ is partly outside array bounds of ‘unsigned char[24]’ [-Warray-bounds=] 58 | struct frame_t { | ^~~~~~~ -
/usr/include/c++/16/bits/shared_ptr_base.h:1135:13: warning: array subscript 6 is outside array bounds of ‘void[24]’ [-Warray-bounds=] 1135 | if (_M_pi != nullptr) | ^~~~~ -
src/common/vc1.h:119:8: warning: array subscript ‘struct __as_base [0]’ is partly outside array bounds of ‘unsigned char[24]’ [-Warray-bounds=] 119 | struct frame_t { | ^~~~~~~ -
/usr/include/c++/16/bits/stl_construct.h:88:9: warning: array subscript ‘struct kax_analyzer_data_c[0]’ is partly outside array bounds of ‘unsigned char[24]’ [-Warray-bounds=] 88 | __location->~_Tp(); | ^~~~~~~~~~ -
/usr/include/bits/string_fortified.h:36:34: warning: ‘__builtin_memmove’ writing 1 or more bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 36 | return __builtin___memmove_chk (__dest, __src, __len, | ^ -
/usr/include/qt6/QtCore/qbitarray.h:13:21: warning: defining ‘QBitArray’, which previously failed to be complete in a SFINAE context [-Wsfinae-incomplete=] 13 | class Q_CORE_EXPORT QBitArray | ^~~~~~~~~