Snippets for libomxil-bellagio 0.9.3 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/yq4z1a2yxdywcamylkn4qq1nzi98aah6-libomxil-bellagio-0.9.3.drv.
-
OMXCoreRMExt.c:187:40: warning: array subscript 0 is outside array bounds of 'char[0]' [-Warray-bounds=] 187 | if ((*line == ' ') && (*(line+1) == '=')) { | ^~~~~~~~~ -
OMXCoreRMExt.c:183:42: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 183 | *(line+index_readline) = '\0'; | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ -
omx_create_loaders_linux.c:108:61: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 108 | *(libraryFileName + index_readline) = '\0'; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~