Snippets for indilib 2.2.4.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/jpv37vys7nd6v2zsmp49x875zqf1p36h-indilib-2.2.4.2.drv.
-
/build/source/integs/utils.cpp:51:12: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 107 equals destination size [-Wstringop-truncation] 51 | strncpy(serv_addr_un.sun_path + 1, unixAddr.c_str(), sizeof(serv_addr_un.sun_path) - 1); | ^ -
/build/source/integs/utils.cpp:51:12: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 107 equals destination size [-Wstringop-truncation]
-
/nix/store/qwi863qp79xkdm2yw3xzjh73dpg9qh67-glibc-2.42-84-dev/include/bits/stdio2.h:68:35: warning: 'int __builtin___snprintf_chk(char*, long unsigned int, int, long unsigned int, const char*, ...)' specified bound 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ -
/build/source/drivers/telescope/pmc8driver.cpp:2088:9: warning: 'deccounts' may be used uninitialized [-Wmaybe-uninitialized] 2088 | if (decCounts > 0) | ^~ -
/nix/store/4yxdxw3kppr2pbic95p4mri520rkdag2-gcc-15.3.0/include/c++/15.3.0/bits/new_allocator.h:172:66: warning: 'void operator delete(void*, std::size_t)' called on pointer '<unknown>' with nonzero offset [1, 130] [-Wfree-nonheap-object] 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^