mbox series

[0/2] Pldm Platform fixes

Message ID 20240614074601.21174-2-abhishek@linux.ibm.com
Headers show
Series Pldm Platform fixes | expand

Message

Abhishek Singh Tomar June 14, 2024, 7:46 a.m. UTC
Fix Pldm Platform dangling pointer and uninitialised value

Signed-off-by: Abhishek Singh Tomar <abhishek@linux.ibm.com>

Abhishek Singh Tomar (2):
  core/pldm: Fix dangling point issue
  core/pldm: Fix Use of uninitialised value

 core/pldm/pldm-platform-requests.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Reza Arbab Aug. 2, 2024, 6:25 p.m. UTC | #1
On Fri, Jun 14, 2024 at 01:16:00PM +0530, Abhishek Singh Tomar wrote:
>Fix Pldm Platform dangling pointer and uninitialised value

Series applied to master. Thanks!

Just curious, were these ad hoc or were they found through some sort of 
functional testing?
Abhishek Singh Tomar Aug. 16, 2024, 6:41 a.m. UTC | #2
Hi Rezza

I am writing self test for PLDM in that efforts I discovered these issues


On 02/08/24 23:55, Reza Arbab wrote:
> these ad hoc or were they found through some sort of functional testing?