Share

Proxy

Tracker: Bugs

5 filter file parsing and flow control - ID: 796838
Last Update: Comment added ( sparlin )

I found two bugs in proxy.c (download version 2.2.4):

1) line 269 accomplishes nothing. Furthermore, the CRs
aren't effectively removed. I recommend replacing
lines 266-270 with the following lines:

len = strlen(str);
str[--len] = '\0';
if (str[0] == '#' || 0>=len) continue;

(where len is an int)

2) in the case where a connection is rejected, the
proxy still connects to the destination -- defeating
the purpose of the filter. I recommend adding the
following statement after line 453:

continue;


Nathan Stone ( nnkstone ) - 2003-08-28 17:39

5

Open

None

Theron Parlin

None

None

Public


Comment ( 1 )




Date: 2004-05-17 04:17
Sender: sparlinProject AdminAccepting Donations

Logged In: YES
user_id=21256

Thank you, I will take a look at this...


Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2004-05-17 04:17 sparlin