Opened 14 years ago
Closed 10 years ago
#389 closed defect (fixed)
IZ2143: make sure va_end is called after every va_start/va_copy
Reported by: | joga | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | current |
Severity: | minor | Keywords: | cleanup |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2143]
Issue #: 2143 Platform: All Reporter: joga (joga) Component: gridengine OS: All Subcomponent: cleanup Version: current CC: None defined Status: STARTED Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: make sure va_end is called after every va_start/va_copy Status whiteboard: Attachments: Issue 2143 blocks: Votes for issue 2143: Opened: Wed Dec 20 10:09:00 -0700 2006 ------------------------ For each call of va_start or va_copy, there has to be a call to va_end. We have a number of places in our code (probably quite a lot), where va_end is not called. ------- Additional comments from ernst Tue Jun 10 23:47:42 -0700 2008 ------- Started
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.
Should be fixed by [3872]