< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] a memory error in reTurnClient library.


Excellent - Thanks for pointing that out.  I have committed a fix to SVN mainline.

Scott

On Sun, Jan 3, 2010 at 10:33 PM, Yamato Kira <coordinator.kira@xxxxxxxxx> wrote:
Dear Sirs/Madams,

I found a memory error in reTurnClient library.
(in resiprocate-1.5 and resiprocate-1.6)

I think that It's caused by coding error in reTurn/DataBuffer.cxx.

reTurn/DataBuffer.cxx
 DataBuffer::~DataBuffer()
 {
-    delete mBuffer;
+   delete[] mBuffer;
}

Sincerely,
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxx
https://list.resiprocate.org/mailman/listinfo/resiprocate-devel