/usr/include/c++/13/bits/stl_construct.h:97:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
97 | { return ::new((void*)__location) _Tp(std::forward<_Args>(__args)...); }
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
best guess the source location for that one is
inlined from 'void caf::json_writer::push(type)' at /scratch/vern/zeek-vssl/auxil/broker/caf/libcaf_core/src/json_writer.cpp:463:19:
(reported via Slack)
best guess the source location for that one is
(reported via Slack)