/build/gcc/_deps/fmt-src/include/fmt/format.h:1120:12: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 1120|*--out = static_cast<Char>('0'+ value);|^ /local/1/home/build/gcc/_deps/fmt-src/include/fmt/chrono.h: In memberfunction‘write.constprop’:...
Relevant log output [CCi] app_stack.i ->app_stack.o Infunction'packsms8',inlined from'sms_exec'at app_sms.c:1997:76: app_sms.c:470:24: error: writing 32 bytes into a region of size 6 [-Werror=stringop-overflow=] 470|o[p++] = u;|~~~^~~ app_sms.c: Infunction'sms_exec...
gcc-10: disable 'stringop-overflow' warning for now Browse files commit 5a76021c2eff7fcf2f0918a08fd8a37ce7922921 upstream. This is the final array bounds warning removal for gcc-10 for now. Again, the warning is good, and we should re-enable all these warnings when we have converted ...
[-Wstringop-overflow=] 1331 | memcpy(dst, src, 2); | ~~~^~~~ /fgs/code/TPL/fmt/fmt/include/fmt/format.h: In function 'void fmt::v10::detail::format_hexfloat(Float, int, fmt::v10::detail::float_specs, fmt::v10::detail::buffer<char>&) [with Float = double; typename std...
The current gcc-10 snapshot produces a false-positive warning: net/core/drop_monitor.c: In function 'trace_drop_common.constprop': cc1: error: writing 8 bytes into a region of size 0 [-Werror=stringop-overflow=] In file included from net/core/drop_monitor.c:23: include/uapi/linux/net...
(volatile void*, unsigned char, int)' writing 1 byte into a region of size 0 overflows the destination [-Werror=stringop-overflow=] 480 | __atomic_store_n(&_M_i, __i, int(__m)); | ~~~^~~~ compilation terminated due to -Wfatal-errors. 👍 4 nanoric changed the title bu...
ponylang/ponycPublic Sponsor NotificationsYou must be signed in to change notification settings Fork419 Star5.8k Closed Bug #3845 Description felixonmars Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
[-Werror=stringop-overflow=] 51 | buf[j] = c; | ~~~^~~ ssl/s3_enc.c: In function 'ssl3_setup_key_block': ssl/s3_enc.c:23:19: note: at offset 16 to object 'buf' with size 16 declared here 23 | unsigned char buf[16], smd[SHA_DIGEST_LENGTH]; | ^~~ Signed-off-by: ...