RE: [EXT] Re: [PATCH v1 1/2] ethdev: fix null pointer dereference

2023-03-02 Thread Ankur Dwivedi
>On 2/28/2023 4:27 PM, Ferruh Yigit wrote: >> On 2/28/2023 3:40 PM, Ankur Dwivedi wrote: -- On 2/23/2023 12:30 PM, Ankur Dwivedi wrote: > The speed_fec_capa pointer can be null. So dereferencing the > pointer is

Re: [EXT] Re: [PATCH v1 1/2] ethdev: fix null pointer dereference

2023-03-02 Thread Ferruh Yigit
On 2/28/2023 4:27 PM, Ferruh Yigit wrote: > On 2/28/2023 3:40 PM, Ankur Dwivedi wrote: >>> -- >>> On 2/23/2023 12:30 PM, Ankur Dwivedi wrote: The speed_fec_capa pointer can be null. So dereferencing the pointer is removed

Re: [EXT] Re: [PATCH v1 1/2] ethdev: fix null pointer dereference

2023-02-28 Thread Ferruh Yigit
On 2/28/2023 3:40 PM, Ankur Dwivedi wrote: >> -- >> On 2/23/2023 12:30 PM, Ankur Dwivedi wrote: >>> The speed_fec_capa pointer can be null. So dereferencing the pointer >>> is removed and only the pointer is captured in trace funct

Re: [EXT] Re: [PATCH v1 1/2] ethdev: fix null pointer dereference

2023-02-28 Thread Ferruh Yigit
On 2/28/2023 3:40 PM, Ankur Dwivedi wrote: >> -- >> On 2/23/2023 12:30 PM, Ankur Dwivedi wrote: >>> The speed_fec_capa pointer can be null. So dereferencing the pointer >>> is removed and only the pointer is captured in trace funct

RE: [EXT] Re: [PATCH v1 1/2] ethdev: fix null pointer dereference

2023-02-28 Thread Ankur Dwivedi
>-- >On 2/23/2023 12:30 PM, Ankur Dwivedi wrote: >> The speed_fec_capa pointer can be null. So dereferencing the pointer >> is removed and only the pointer is captured in trace function. >> Fixed few more trace functions in which n