Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Compiling mosquitto with Sanitizers like ASAN MSAN

Hi Greg,

I think I have "successfully" compiled C programs before :)

I just wanted to know if people have tested(fuzz?) mosquitto with sanitizers enabled. I do understand that I didn't give enough information.
Anyway, I think I got it. I was not passing "-fsanitize=address" in all the required stages.

On Sun, Dec 1, 2019 at 1:47 PM Greg Troxel <gdt@xxxxxxxxxx> wrote:
Basavesh Shivakumar <basavesh.shivakumar@xxxxxxxxx> writes:

> I have been trying to compile mosquitto with ASAN. However, I have not been
> very successful at using sanitizers with mosquitto. Has anyone already
> worked on this? Or try it out and give me the steps/direction to do it?

Perhaps a dumb question, but have you successfully compiled a "hello
world" C program?

It might help to post exactly what you did and what happened.  "not been
very successful" is not a good starting place for anyone to give you
advice :-)

Back to the top