Closed Bug 375413 Opened 17 years ago Closed 17 years ago

nsIWebBrowserStream display incoherent characters

Categories

(Core Graveyard :: Java to XPCOM Bridge, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 348710

People

(Reporter: sylvain.ferriol, Assigned: jhpedemonte)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061219 Iceape/1.0.7 (Debian-1.0.7-3)
Build Identifier: 1.8.0.10

when using nsIWebBrowserStream, it does not read input chars due to a bug in nsJavaWrapper.cpp.
appendToStream interface has the array parameter before the array length. nsJavaWrapper::callXPCOMMethod parse java method parameters from left to right.
but for array param it does not check the length before.
this bug only appears for all interfaces having array length after the array reference

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Duplicate of bug 348710?
(In reply to comment #2)
> Duplicate of bug 348710?
> 

yes
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: