Re: [Openslp-users] Nessus crashing slpd
Brought to you by:
jcalcote
From: Samer V. <sba...@ya...> - 2015-12-09 02:01:23
|
Found the bug and fixed it. Will post a .diff file very soon. From: Samer Vazdekis <sba...@ya...> To: "ope...@li..." <ope...@li...> Sent: Sunday, December 6, 2015 8:30 PM Subject: Nessus crashing slpd 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. |