1
linux/drivers/acpi/utilities
Lin Ming cf058bd1c8 ACPICA: Fix possible memory leak, error exit path
Fixed two possible memory leaks in the error exit paths of
acpi_ut_update_objerct_reference() and
acpi_ut_walk_package_tree()
These functions are similar in that they use a stack of state objects in
order to eliminate recursion. The stack must be fully deallocated
if an error occurs.

http://www.acpica.org/bugzilla/show_bug.cgi?id=383

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-10-22 23:14:47 -04:00
..
Makefile [ACPI] ACPICA 20051102 2005-12-10 00:26:05 -05:00
utalloc.c ACPICA: Additional error checking for pathname utilities 2008-08-15 02:12:16 +02:00
utcache.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utcopy.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utdebug.c ACPICA: Add const qualifier for appropriate string constants 2008-07-16 23:27:04 +02:00
utdelete.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
uteval.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
utglobal.c ACPICA: Remove unused ACPI register bit definition 2008-10-22 23:14:46 -04:00
utinit.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utmath.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utmisc.c ACPICA: Fix possible memory leak, error exit path 2008-10-22 23:14:47 -04:00
utmutex.c ACPICA: Fix mutex debug code for wrong loop termination value 2008-07-16 23:27:04 +02:00
utobject.c ACPICA: Cleanup for internal Reference Object 2008-10-22 23:14:45 -04:00
utresrc.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utstate.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
utxface.c ACPICA: Return status from global init function 2008-10-22 23:14:36 -04:00