Opened 13 years ago
Closed 10 years ago
#535 closed defect (fixed)
IZ2633: memory leak after sge_peopen() in AFS/DCE/KERBEROS code
Reported by: | andreas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.1u4 |
Severity: | minor | Keywords: | qmaster |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2633]
Issue #: 2633 Platform: All Reporter: andreas (andreas) Component: gridengine OS: All Subcomponent: qmaster Version: 6.1u4 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: memory leak after sge_peopen() in AFS/DCE/KERBEROS code Status whiteboard: Attachments: Issue 2633 blocks: Votes for issue 2633: Opened: Wed Jun 25 08:46:00 -0700 2008 ------------------------ The AFS/DCE/KERBEROS code in libs/gdi/sge_security.c leaks memory. Each time a sge_peopen() is done as to launch one of the script plug-in procedures, sge_bin2string() allocates memory that is not free()'d later. I'm filing this bug against qmaster because some of the procedures are launched by qmaster.
Change History (1)
comment:1 Changed 10 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by [3957/sge]