Closed
Bug 370717
Opened 18 years ago
Closed 11 years ago
ssl2_StartGatherBytes() is dead or the comment is out of date
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.16.1
People
(Reporter: lintan2, Assigned: Cykesiopka)
Details
Attachments
(1 file)
|
2.45 KB,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
Build Identifier: firefox 2.0.0.1
* Called from SocksStartGather in sslsocks.c
* Caller must hold RecvBufLock.
*/
int
ssl2_StartGatherBytes(sslSocket *ss, sslGather *gs, unsigned int count)
{ }
But this function is not called in sslsocks.c. Actually sslsocks.c does not exist. I do find sslsock.c, but it is NOT called in it.
Reproducible: Always
Comment 1•18 years ago
|
||
Yup. ssl2_StartGatherBytes is dead code.
sslsocks.c was removed from NSS way way back in NSS 2.x time.
Thanks for catching this.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Version: unspecified → 3.0
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8386583 -
Flags: review?(kaie)
Comment 3•11 years ago
|
||
Attachment #8386583 -
Flags: review?(kaie) → review+
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.16.1
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → cykesiopka.bmo
You need to log in
before you can comment on or make changes to this bug.
Description
•