Closed Bug 84562 Opened 24 years ago Closed 23 years ago

Mozilla accepts XTYP_CONNECT dde requests for unsupported topics

Categories

(SeaMonkey :: UI Design, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: law, Assigned: law)

Details

Attachments

(1 file)

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...
Attached patch trivial fix (deleted) — Splinter Review
Keywords: patch, review
Fix was checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
rs vrfy
Status: RESOLVED → VERIFIED
Keywords: qawanted
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: