Mailinglist Archive: opensuse-bugs (15082 mails)
| < Previous | Next > |
[Bug 310421] New: refcounting leak in aa_change_profile
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 13 Sep 2007 15:23:25 -0600 (MDT)
- Message-id: <bug-310421-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=310421
Summary: refcounting leak in aa_change_profile
Product: openSUSE 10.3
Version: Beta 3
Platform: i586
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: AppArmor
AssignedTo: dreynolds@xxxxxxxxxx
ReportedBy: kgraunke@xxxxxxxxxx
QAContact: dreynolds@xxxxxxxxxx
Found By: Development
In main.c, aa_change_profile(), both profile and previous_profile are dup'd,
but only profile is "put" on the -EACCES return path. This suggests that
previous_profile is being leaked.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: refcounting leak in aa_change_profile
Product: openSUSE 10.3
Version: Beta 3
Platform: i586
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: AppArmor
AssignedTo: dreynolds@xxxxxxxxxx
ReportedBy: kgraunke@xxxxxxxxxx
QAContact: dreynolds@xxxxxxxxxx
Found By: Development
In main.c, aa_change_profile(), both profile and previous_profile are dup'd,
but only profile is "put" on the -EACCES return path. This suggests that
previous_profile is being leaked.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |