This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 2370cd01 DISPATCH-2354: Fix compilation error on Fedora rawhide
2370cd01 is described below

commit 2370cd01127ac5b44b413dbe9f14d0cfb63f857e
Author: Ganesh Murthy <gmur...@apache.org>
AuthorDate: Tue Feb 28 10:17:19 2023 -0500

    DISPATCH-2354: Fix compilation error on Fedora rawhide
---
 src/message.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/message.c b/src/message.c
index 192a4349..1f9f3d67 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1803,7 +1803,7 @@ static int 
compose_router_message_annotations(qd_message_pvt_t *msg, uint8_t *ma
 
         // value: first compute trace list size and count since the list header
         // must be written first
-        qd_buffer_field_t in_trace;
+        qd_buffer_field_t in_trace = {0};
         if (use_incoming) {
             in_trace = qd_parse_value(content->ma_pf_trace);
             trace_len += in_trace.remaining;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to