From 09ec05c480a2267d217bd9c19c603174c8c2e948 Mon Sep 17 00:00:00 2001
From: Philippe Canal <pcanal@fnal.gov>
Date: Mon, 30 Mar 2020 20:36:01 -0500
Subject: [PATCH] In stressEntryList do not fill the Tree from random memory
 address.

---
 test/stressEntryList.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/stressEntryList.cxx b/test/stressEntryList.cxx
index 96bbf34099b..a7a7ae873bb 100644
--- a/test/stressEntryList.cxx
+++ b/test/stressEntryList.cxx
@@ -534,7 +534,7 @@ Bool_t Test6()
 }
 
 
-void SetupTree(TTree* tree, Double_t x, Double_t y, Double_t z)
+void SetupTree(TTree* tree, Double_t &x, Double_t &y, Double_t &z)
 {
    tree->Branch("x", &x, "x/D");
    tree->Branch("y", &y, "y/D");
-- 
GitLab