Hi,

Please find the latest report on new defect(s) introduced to Apache-Qpid found 
with Coverity Scan.

1 new defect(s) introduced to Apache-Qpid found with Coverity Scan.
7 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1262251:  Double free  (USE_AFTER_FREE)


________________________________________________________________________________________________________
*** CID 1262251:  Double free  (USE_AFTER_FREE)
/qpidbuilds/trunk/qpid/cpp/src/qpid/broker/LossyLvq.h: 34 in 
qpid::broker::LossyLvq::~LossyLvq()()
28     namespace broker {
29     class MessageMap;
30     
31     /**
32      * Combination of LossyQueue and Lvq behaviours.
33      */
>>>     CID 1262251:  Double free  (USE_AFTER_FREE)
>>>     Calling "qpid::broker::LossyQueue::~LossyQueue()" frees pointer 
>>> "this->externalQueueStore" which has already been freed.
34     class LossyLvq : public Lvq, public LossyQueue
35     {
36       public:
37         LossyLvq(const std::string&, std::auto_ptr<MessageMap>, const 
QueueSettings&, MessageStore* const, management::Manageable*, Broker*);
38     };
39     }} // namespace qpid::broker
40     


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, 
http://scan.coverity.com/projects/6?tab=overview

To manage Coverity Scan email notifications for "[email protected]", click 
http://scan.coverity.com/subscriptions/edit?email=dev%40qpid.apache.org&token=60991677ffaf52c2eed1d29bf727edf0
 .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to