Re: [PATCH wireless 1/2] ath: dfs_pattern_detector: Fix a memory initialization issue

From: Jeff Johnson
Date: Mon Sep 25 2023 - 20:44:26 EST


On 9/23/2023 11:57 PM, Christophe JAILLET wrote:
If an error occurs and channel_detector_exit() is called, it relies on
entries of the 'detectors' array to be NULL.
Otherwise, it may access to un-initialized memory.

Fix it and initialize the memory, as what was done before the commit in
Fixes.

Fixes: a063b650ce5d ("ath: dfs_pattern_detector: Avoid open coded arithmetic in memory allocation")
Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Reviewed-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>