changeset:   6796:87583a10a92f
branch:      opensaf-4.5.x
tag:         tip
parent:      6776:73646e708a3f
user:        A V Mahesh <[email protected]>
date:        Mon Sep 14 09:04:24 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 10:21 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