From 35177630d7b73c73c5924c39042e28e95c7e2d5d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 4 Sep 2025 12:56:07 -0500 Subject: [PATCH] Add patch to prevent nullptr access in Restart Added a patch to prevent nullptr access in Restart. --- packages/root/package.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/root/package.py b/packages/root/package.py index 570a308..9ccfaf6 100644 --- a/packages/root/package.py +++ b/packages/root/package.py @@ -10,6 +10,12 @@ class Root(BuiltinRoot): version("6.32.12", sha256="2e41968aeb0406ee31c30af9c046143099b251846e0839cb04f4e960c7893e19") version("6.32.10", sha256="5a896804ec153685e8561adaa4e546b708139c484280aa6713a0a178f5b7f98b") + # [treeplayer] prevent nullptr access in Restart + patch( + "https://github.com/root-project/root/pull/19817/commits/26d6c27b3fd66e689d91afe733a42e84bb4413c9.patch?full_index=1", + sha256="8769cd7a28f7cd303aec1ba701204094f6ef779b62e6ce356bb8ece869c0eba0", + ) + # [metacling] Add missing lock to TCling::Evaluate patch( "https://github.com/root-project/root/pull/18943.patch?full_index=1",