Closed
Bug 84562
Opened 23 years ago
Closed 23 years ago
Mozilla accepts XTYP_CONNECT dde requests for unsupported topics
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: law, Assigned: law)
Details
Attachments
(1 file)
716 bytes,
patch
|
Details | Diff | Splinter Review |
There's a tiny bug in the DDE stuff I checked in earlier this week. The
utility function findTopic returns -1 if an unsupported topic is passed in.
But the code in HandleRequest checks for FindTopic() < topicCount. This
succeeds for invalid topics, but should not.
The correct code should check for FindTopic() != 0.
Patch coming up...
Fix was checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•