Re: [PATCH] drm/bridge-connector: Fix double free in error handling paths

From: Robert Foss
Date: Thu Jul 18 2024 - 08:02:28 EST


On Thu, 11 Jul 2024 14:26:55 +0300, Cristian Ciocaltea wrote:
> The recent switch to drmm allocation in drm_bridge_connector_init() may
> cause double free on bridge_connector in some of the error handling
> paths.
>
> Drop the explicit kfree() calls on bridge_connector.
>
>
> [...]

Applied, thanks!

[1/1] drm/bridge-connector: Fix double free in error handling paths
https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ca5442ed8f53



Rob