Closed
Bug 99503
Opened 24 years ago
Closed 24 years ago
Add XP support for connecting to an OS/2 FTP server
Categories
(Core Graveyard :: Networking: FTP, defect)
Core Graveyard
Networking: FTP
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: mkaply, Assigned: mkaply)
References
Details
Attachments
(2 files)
|
6.55 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
|
6.75 KB,
patch
|
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
Adding support for connecting to an OS/2 FTP server.
Diff attached.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 49238 [details] [diff] [review]
Add a new FTP server type for OS/2
over all, looks good.
in the converter code, don't use PL_strstr, but instead use PL_strnstr. nit, you might want to check the error code of ToInterger?
Attachment #49238 -
Flags: review+
Attachment #49238 -
Flags: needs-work+
| Assignee | ||
Comment 3•24 years ago
|
||
I'll make the change to use PL_strnstr.
I did a quick glance through lxr, and it doesn't look like anyone checks the
errors ToInteger.
It seems like it wasn't architected well to do that.
Who is the right sr for this?
Thanks
Comment 4•24 years ago
|
||
Darin, can you sr this patch?
Comment 5•24 years ago
|
||
the patch is marked "needs-work" ... can you submit a final patch?
| Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
Comment on attachment 49665 [details] [diff] [review]
New patches per dougt - use strnstr - Note there are lots of other places in this file that use strstr
sr=darin
Attachment #49665 -
Flags: superreview+
| Assignee | ||
Comment 8•24 years ago
|
||
Fix checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 9•24 years ago
|
||
So, using strnstr is good, if you also provide the "n" part of it ;-)
| Assignee | ||
Updated•24 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 10•24 years ago
|
||
In my silly mind, I was thinking strnstr was case insensitive strstr. So I did
the substution blindly.
Stupid mistake totally my on my part.
I put strstr back in to fix the bustage.
Will redo a fix and check it in this afternoon.
Comment 11•24 years ago
|
||
reassigning to bbaetz@cs.mcgill.ca.
Assignee: dougt → bbaetz
Status: REOPENED → NEW
Comment 13•24 years ago
|
||
+makingtest: Is there a public OS/2 ftp server you can put in the URL page?
| Assignee | ||
Comment 14•24 years ago
|
||
I'm working to get one setup. I should have an answer soon.
| Assignee | ||
Comment 15•24 years ago
|
||
OS/2 FTP is working.
I don't think the strstr needs to be fixed unless someone wants to do it for
this entire file.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•