[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230725220056.25560-1-jorge.lopez2@hp.com>
Date: Tue, 25 Jul 2023 17:00:51 -0500
From: Jorge Lopez <jorgealtxwork@...il.com>
To: hdegoede@...hat.com, platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org, thomas@...ch.de,
ilpo.jarvinen@...ux.intel.com
Subject: [PATCH 0/5] hp-bioscfg: Address memory leaks and uninitialized variable errors
Submit individual patches to address memory leaks and uninitialized
variable errors for each source file listed below.
- hp_populate_string_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
- hp_populate_ordered_list_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
- hp_populate_integer_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
- hp_populate_enumeration_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
- hp_populate_password_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
Changes were tested with a HP EliteBook x360 1030 G3
Jorge Lopez (5):
hp-bioscfg: Fix memory leaks in string_elements_from_package()
hp-bioscfg: Fix memory leaks in ordered_list_elements_from_package
hp-bioscfg: Fix memory leaks in integer_elements_from_package
hp-bioscfg: Fix memory leaks in enumeration_elements_from_package()
hp-bioscfg: Fix memory leaks in password_elements_from_package()
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c | 8 +++++++-
drivers/platform/x86/hp/hp-bioscfg/int-attributes.c | 7 ++++++-
.../platform/x86/hp/hp-bioscfg/order-list-attributes.c | 10 ++++++++--
.../platform/x86/hp/hp-bioscfg/passwdobj-attributes.c | 10 +++++++++-
drivers/platform/x86/hp/hp-bioscfg/string-attributes.c | 5 ++++-
5 files changed, 34 insertions(+), 6 deletions(-)
--
2.34.1
Powered by blists - more mailing lists