aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2024-07-16 14:48:23 -0700
committerGeorgi Djakov <[email protected]>2024-08-23 18:40:00 +0300
commitc801ed86840ec38b2a9bcafeee3d7c9e14c743f3 (patch)
tree9d17ba5e340a869ed40e6ab25aec1d2763213daa /tools/perf/util/scripting-engines/trace-event-python.c
parent7d59b1ff7113459ae1bb722d80ae0a809ce22b00 (diff)
interconnect: icc-clk: Add missed num_nodes initialization
With the new __counted_by annotation, the "num_nodes" struct member must be set before accessing the "nodes" array. This initialization was done in other places where a new struct icc_onecell_data is allocated, but this case in icc_clk_register() was missed. Set "num_nodes" after allocation. Fixes: dd4904f3b924 ("interconnect: qcom: Annotate struct icc_onecell_data with __counted_by") Signed-off-by: Kees Cook <[email protected]> Reviewed-by: Gustavo A. R. Silva <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions