Cc: Jayatheerthan, Jay ; Gujjar, Abhinandan S
> >
> > Subject: [PATCH v1] eventdev/eth_rx: fix null pointer dereference
> >
> > On passing NULL as a last parameter to xxx_create_ext_with_params(),
> > rxa_config_params_validate() uses default values and dereferences NULL
> &
> -Original Message-
> From: Kundapura, Ganapati
> Sent: Thursday, August 24, 2023 1:54 PM
> To: jer...@marvell.com; Naga Harish K, S V ;
> dev@dpdk.org
> Cc: Jayatheerthan, Jay ; Gujjar, Abhinandan S
>
> Subject: [PATCH v1] eventdev/eth_rx: fix null poi
On Thu, Aug 24, 2023 at 1:53 PM Ganapati Kundapura
wrote:
>
> On passing NULL as a last parameter to xxx_create_ext_with_params(),
> rxa_config_params_validate() uses default values and dereferences
> NULL pointer leading to segmentation fault.
>
> Fixed by returning after using default values wit
On passing NULL as a last parameter to xxx_create_ext_with_params(),
rxa_config_params_validate() uses default values and dereferences
NULL pointer leading to segmentation fault.
Fixed by returning after using default values without dereferencing
NULL pointer.
Fixes: 8be6c94d6d90 ("eventdev/eth_r
4 matches
Mail list logo