Re: [Openslp-devel] Nessus crashing slpd
Brought to you by:
jcalcote
From: Samer V. <sba...@ya...> - 2015-12-09 14:55:24
|
Please find attached patch file that fixes this crash. Added developers to review and approve. From: Samer Vazdekis <sba...@ya...> To: "ope...@li..." <ope...@li...> Sent: Tuesday, December 8, 2015 8:58 PM Subject: Re: Nessus crashing slpd 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. |