Subj : Compiling from source To : Avon From : Oli Date : Fri Jan 29 2021 20:43:46 Avon wrote (2021-01-29): A> Came across a tool called Clang that has a -fsanitize=address option That's a C compiler. A> I'm not really sure what I'm doing with this one :) A> clang -fsanitize=address -O1 -fno-omit-frame-pointer -g spoon.cpp A> config.cpp keyboard.cpp nntp.cpp pop.cpp smtp.cpp socket.cpp A> pop.cpp:294:71: warning: format specifies type 'int' but the argument has A> type 'long' [-Wformat] A> printf("Examining headers of message %d of %d...\n", i+1, A> nummessages); A> ~~ A> ^~~~~~~~~~~ A> %ld A> pop.cpp:382:22: warning: format specifies type 'int' but the argument has A> type 'long' [-Wformat] A> i+1, nummessages, msglist[i].msgsize); A> ^~~~~~~~~~~ A> 2 warnings generated. Compile time warnings. Easy to fix, but will not help with the NNTP bug. pop.cpp is for POP3 mail fetch. --- * Origin: . (21:3/102) .