Bug 57794

Summary: [patch] x11/XFree86-4-libraries: bug fix about XIC treatment for XIM client(Xwnmo)
Product: Ports & Packages Reporter: Daichi GOTO <daichi>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me CC: anholt
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Daichi GOTO freebsd_committer freebsd_triage 2003-10-09 12:00:30 UTC
Norikatsu(nork@freebsd.org)'s linuxpluginwrapper-20031006 gets
crash using Xwnmo(XIM client) bacause of XFree86's bug about 
XIC treatment.

Fix: add follow patch as x11/XFree86-4-libraries/files/patch-ICWrap.c
How-To-Repeat: Use Mozill with Xwnmo and Norikatsu(nork@freebsd.org)'s linuxpluginwrapper-20031006.
It'll get crash.
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-10-09 12:05:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer!
Comment 2 Eric Anholt 2003-10-12 23:07:24 UTC
Should this function allow NULL to be passed in?  It's not clear from
the manpage.  Please submit upstream first (http://bugs.xfree86.org), at
which point I will add it to FreeBSD.

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 3 Eric Anholt freebsd_committer freebsd_triage 2003-10-12 23:07:41 UTC
State Changed
From-To: open->suspended

Waiting for patch upstream.
Comment 4 Daichi GOTO freebsd_committer freebsd_triage 2003-10-14 06:46:30 UTC
I reported this problem to XFree86 Buzlilla.

  http://bugs.xfree86.org/show_bug.cgi?id=790

--
  Daichi GOTO, http://people.freebsd.org/~daichi
Comment 5 Eric Anholt freebsd_committer freebsd_triage 2003-10-14 23:50:31 UTC
State Changed
From-To: suspended->closed

http://bugs.xfree86.org/show_bug.cgi?id=790 
Upstream closed bug RESOLVED NOTOURBUG -- said that it is the client's 
responsibility to pass a valid pointer.