Hi.
I tried to open to the Madexcept forum, but I get a FORBIDDEN response.
So, I'll kindly ask here.
Are these cases false positive leaks :
Case 1:
this line line is listed in the report
if (copy(thisip, 1, 7) <> '192.168') and (pos('127.0.', thisip) <> 1) then
Case 2:
resultcode := ProcessHttpRequest(method, uri, protocol, ss, keepalive,
nosettype, linkclose);
and this is the declaration of ProcessHttpRequest
function ProcessHttpRequest(Request, uri, protocol, params: string;
var keepalive: boolean; var nosettype, linkclose: boolean): integer;
Case 3:
everywhere I use the degub() procedure, Madexcept lists the line as a leak
e.g. debug('ADQUIRE '+ formatdatetime('HH:NN:SS:ZZZ',Now));
procedure debug(s: string);
VAR
I: integer;
begin
if (debughook <> 0) OR inparams('Z', I) then
begin
writeln(F1, s);
flush(F1);
end;
I also see a line "WritetoStream is not supported by TnxCallbackFilterOptioins, but I have no idea to what unit/line of code it refers to.
Finally, in the upper pane of the eport I see lsited all the lines that I used to create a stringlist to form a html markup to be transferred: why ? what does it mean?
(I attached the report)
Thanks for any help.
Posserver.exe - 2025-08-25 - 16.31.13 - leak report.mbr