Hi there,
Has anyone come across an issue where Nessus security scan software crashes the 
slpd service when running a scan? The crash is here,
/** Free an SLPBuffer.
 *
 * This routine releases the memory for a previously allocated 
 * @c SLPBuffer object.
 *
 * @param[in] buf The SLPBuffer to be freed.
 */
void SLPBufferFree(SLPBuffer buf)
{
    xfree(buf);
}
It looks like an attempt to free an already freed buffer. was wondering if 
there is already a fix for this.

Thanks,Sam.


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Openslp-users mailing list
Openslp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-users

Reply via email to