Snippets for mkvtoolnix 100.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/n0kqm19mnksjng5w81c3id0v22j0ia0d-mkvtoolnix-100.0.drv.
-
lib/avilib-0.6.10/avilib.c:765:17: warning: array subscript -9223372036854775807 is below array bounds of 'unsigned char[2048]' [-Warray-bounds=] 765 | AVI_header[nhb ] = (n )&0xff; \ | ~~~~~~~~~~^~~~~~~ -
lib/avilib-0.6.10/avilib.c:766:17: warning: array subscript -9223372036854775806 is below array bounds of 'unsigned char[2048]' [-Warray-bounds=] 766 | AVI_header[nhb+1] = (n>>8)&0xff; \ | ~~~~~~~~~~^~~~~~~ -
lib/avilib-0.6.10/avilib.c:145:11: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 145 | dst[0] = (n )&0xff; | ~~~~~~~^~~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:146:11: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 146 | dst[1] = (n>> 8)&0xff; | ~~~~~~~^~~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:147:11: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 147 | dst[2] = (n>>16)&0xff; | ~~~~~~~^~~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:148:11: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 148 | dst[3] = (n>>24)&0xff; | ~~~~~~~^~~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:145:11: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 145 | dst[0] = (n )&0xff; | ~~~~~~~^~~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:765:25: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 765 | AVI_header[nhb ] = (n )&0xff; \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:766:25: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 766 | AVI_header[nhb+1] = (n>>8)&0xff; \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/nix/store/cwn32dkv1iffrhh6sw1gk09nxb10dv17-glibc-2.42-67-dev/include/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
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()); | ~~^~~