- **status**: accepted --> fixed
- **Comment**:

changeset:   6794:2611051a6ffe
user:        A V Mahesh <[email protected]>
date:        Fri Sep 11 14:27:22 2015 +0530
summary:     mds: fixed memory leak in opensf authenticate code [#1475]
 
changeset:   6795:b0bbdaadfda1
branch:      opensaf-4.6.x
tag:         tip
parent:      6777:e19e75b2852a
user:        A V Mahesh <[email protected]>
date:        Fri Sep 11 15:22:41 2015 +0530
summary:     mds: fixed memory leak in opensf authenticate code [#1475]



---

** [tickets:#1475] mds: authenticate mechanism MDS code does not destroy 
timers**

**Status:** fixed
**Milestone:** 4.5.2
**Created:** Fri Sep 11, 2015 08:57 AM UTC by Zoran Milinkovic
**Last Updated:** Fri Sep 11, 2015 09:02 AM UTC
**Owner:** A V Mahesh (AVM)


When start_mds_down_tmr() is called, the function creates and starts a timer.
When the timer expires, the timer is stopped, but not destroyed.

After using all free timers, with every start_mds_down_tmr() call, 
start_mds_down_tmr() allocates new timer (allocate memory).

The easiest way to produce the problem is to repeatidly crash IMMA application.


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to