Snippets for mkvtoolnix 100.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/j2vkb0jdm0ahyq0plsiay7hk1cks569q-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 4 bytes into a region of size 0 [-Wstringop-overflow=] 145 | dst[0] = (n )&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; \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:765:25: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 765 | AVI_header[nhb ] = (n )&0xff; \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
lib/avilib-0.6.10/avilib.c:765:25: warning: writing 4 bytes into a region of size 0 [-Wstringop-overflow=] 765 | AVI_header[nhb ] = (n )&0xff; \ | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ -
/nix/store/m300ngckdmal8wnl3bjbpwca3a5bn74c-glibc-2.42-67-dev/include/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' offset -9223372036854775804 is out of the bounds [0, 2048] of object 'AVI_header' with type 'unsigned char[2048]' [-Warray-bounds=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/m300ngckdmal8wnl3bjbpwca3a5bn74c-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)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~