---
components/volume.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/components/volume.c b/components/volume.c
index 6cec556..23ddfc5 100644
--- a/components/volume.c
+++ b/components/volume.c
_AT_@ -89,6 +89,8 @@
if (c->addr == addr)
break;
}
+ if(c == NULL)
+ return;
c->val = val;
}
--
2.51.0
Patch is also attached because pasting it inline here messes up the
formatting somewhat.
--
Chris Billington
Received on Fri Nov 21 2025 - 06:03:04 CET
This archive was generated by hypermail 2.3.0 : Fri Nov 21 2025 - 06:12:09 CET