You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source_loc struct holds const char *filename and const char *funcname which need buffering for the same reason the logger name and payload string_view do.
I encountered this issue when using ringbuffer_sink.
The text was updated successfully, but these errors were encountered:
sketch34
changed the title
log_msg_buffer should also buffer source_loc
log_msg_buffer should also buffer source_loc char*
Sep 20, 2024
The
source_loc
struct holdsconst char *filename
andconst char *funcname
which need buffering for the same reason the logger name and payloadstring_view
do.I encountered this issue when using
ringbuffer_sink
.The text was updated successfully, but these errors were encountered: