Bug 656836 - Memory leak in virtio-console driver if driver probe routine fails
Summary: Memory leak in virtio-console driver if driver probe routine fails
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel
Version: 5.7
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Amit Shah
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 656835
Blocks: Rhel5KvmTier3
TreeView+ depends on / blocked
 
Reported: 2010-11-24 09:35 UTC by Amit Shah
Modified: 2013-01-09 23:22 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 656835
Environment:
Last Closed: 2011-07-21 10:23:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:1065 0 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 5.7 kernel security and bug fix update 2011-07-21 09:21:37 UTC

Description Amit Shah 2010-11-24 09:35:46 UTC
(cloned to 5.7 from the 6.1 bug)

+++ This bug was initially created as a clone of Bug #656835 +++

Description of problem:
Jiri Slaby used stanse to find a memory leak in a failure case:

Stanse found that in init_vqs, memory is leaked under certain
circumstanses (the fail path order is incorrect). Fix that by checking
allocations in one turn and free all of them at once if some fails
(some may be NULL, but this is OK).

Comment 1 Amit Shah 2010-11-24 09:37:25 UTC
Testing notes:  not easily testable.  Was found by a static code checker and confirmed by code reading.  Unlikely to happen in practice as it can happen only in very low memory conditions.

Comment 5 RHEL Program Management 2011-02-01 16:54:16 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 7 Jarod Wilson 2011-02-21 20:57:14 UTC
in kernel-2.6.18-245.el5
You can download this test kernel (or newer) from http://people.redhat.com/jwilson/el5

Detailed testing feedback is always welcomed.

Comment 10 juzhang 2011-06-08 02:01:16 UTC
Verified on 2.6.18-265.el5

1.download kernel-2.6.18-265.el5 sources code and check,The patch is applied.

--snip of source code--
+       if (!vqs || !io_callbacks || !io_names || !portdev->in_vqs ||
+                       !portdev->out_vqs) {
                err = -ENOMEM;
-               goto free_invqs;
+               goto free;
        }


2.#rpm -ql kernel --changelog | grep 656836
- [char] virtio_console: fix memory leak (Amit Shah) [656836]
- [char] virtio_console: fix memory leak (Amit Shah) [656836]
- [char] virtio_console: fix memory leak (Amit Shah) [656836]

This issue has been fixed.

Comment 11 errata-xmlrpc 2011-07-21 10:23:51 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-1065.html


Note You need to log in before you can comment on or make changes to this bug.