Closed Bug 370 Opened 27 years ago Closed 23 years ago

Cant parse PICS labels in HTTP headers - fix available

Categories

(SeaMonkey :: General, defect, P3)

x86
Windows 95
defect

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: pchek, Assigned: neeti)

Details

Created by Paul Chek (pchek@ziplink.net) on Monday, May 18, 1998 6:58:36 PM PDT Additional Details : CSParse_targetParser where I found: /* changed by montulli@netscape.com 11/29/97 * if (HTChunk_size(pCSParse->token)) { * HTChunk_terminate(pCSParse->token); * token = HTChunk_data(pCSParse->token); * } */ if(HTChunk_data(pCSParse->token)) { HTChunk_terminate(pCSParse->token); token = HTChunk_data(pCSParse->token); } At the closing paren for the label the call to HTChunk_data returns true and sets the token to an EMPTY string with a size of 1. So the code winds through the parsing again, gets confused and throws an error. At the same point HTChunk_size returns false, so a new EMPTY token is not set and it successfully parses the PICS label. After restoring the original code the PICS label parses correctly in the HTTP header.
assigning PICS bugs to dp
Assignee: montulli → dp
Setting all current Open/Normal to M4.
Assignee: dp → neeti
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Component: Berkeley DB → Networking Library
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Target Milestone: M4 → M7
Target Milestone: M7 → M6
Target Milestone: M6 → M8
Component: Networking Library → PICS
Target Milestone: M8 → M15
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → LATER
sorry for the spam, changing QA contact.
QA Contact: paulmac → elig
PICS is not scheduled for inclusion in Seamonkey. Verifying as LATER.
Status: RESOLVED → VERIFIED
LATER is deprecated.
Status: VERIFIED → REOPENED
Resolution: LATER → ---
PICS has been removed. WONTFIX.
Status: REOPENED → RESOLVED
Closed: 25 years ago23 years ago
Resolution: --- → WONTFIX
Component: PICS → Browser-General
VERIFIED
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.