kernel_samsung_a53x/drivers/of/unittest-data
Christian A. Ehrhardt 5db1fe8c52 of: Fix double free in of_parse_phandle_with_args_map
[ Upstream commit 4dde83569832f9377362e50f7748463340c5db6b ]

In of_parse_phandle_with_args_map() the inner loop that
iterates through the map entries calls of_node_put(new)
to free the reference acquired by the previous iteration
of the inner loop. This assumes that the value of "new" is
NULL on the first iteration of the inner loop.

Make sure that this is true in all iterations of the outer
loop by setting "new" to NULL after its value is assigned to "cur".

Extend the unittest to detect the double free and add an additional
test case that actually triggers this path.

Fixes: bd6f2fd5a1 ("of: Support parsing phandle argument lists through a nexus node")
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: "Christian A. Ehrhardt" <lk@c--e.de>
Link: https://lore.kernel.org/r/20231229105411.1603434-1-lk@c--e.de
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 12:12:43 +01:00
..
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_0.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_1.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_2.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_3.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_4.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_5.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_6.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_7.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_8.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_9.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_10.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_11.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_12.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_13.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_15.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_bad_add_dup_node.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_bad_add_dup_prop.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_bad_phandle.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_bad_symbol.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_base.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_01.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_02a.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_02b.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_03.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_04a.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
overlay_gpio_04b.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
testcases.dts Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tests-address.dtsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tests-interrupts.dtsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tests-match.dtsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tests-overlay.dtsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tests-phandle.dtsi of: Fix double free in of_parse_phandle_with_args_map 2024-11-18 12:12:43 +01:00
tests-platform.dtsi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00