Summary: | lbxproxy core dumps on exit if clients have had authentication failures | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Alan Coopersmith <alan.coopersmith> | ||||
Component: | App/other | Assignee: | Alan Coopersmith <alan.coopersmith> | ||||
Status: | RESOLVED FIXED | QA Contact: | |||||
Severity: | minor | ||||||
Priority: | medium | CC: | derek.wang, roland.mainz | ||||
Version: | git | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
URL: | http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5074303 | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Alan Coopersmith
2005-03-08 19:14:19 UTC
Created attachment 2051 [details] [review] Patch to check oc is non-NULL in CloseDownConnections() Fixed by Derek.Wang@sun.com with this explanation: The problem is caused by try to access NULL pointer in connection.c. Added code to check the pointer before accessing it. Fix committed to CVS head: CVSROOT: /cvs/xorg Module name: xc Changes by: alanc@gabe.freedesktop.org 05/03/08 19:20:32 Log message: 2005-03-08 Alan Coopersmith <alan.coopersmith@sun.com> * programs/lbxproxy/os/connection.c: Bugzilla Bug 2678 (https://bugs.freedesktop.org/show_bug.cgi?id=2678) Patch #2051 (https://bugs.freedesktop.org/attachment.cgi?id=2051) lbxproxy core dumps on exit if clients have had authentication failures (Sun bug #5074303 - Fix by Derek Wang <derek.wang@sun.com>) Modified files: ./: ChangeLog xc/programs/lbxproxy/os/: connection.c Revision Changes Path 1.806 +9 -1 xc/ChangeLog 1.3 +2 -0 xc/programs/lbxproxy/os/connection.c Comment on attachment 2051 [details] [review] Patch to check oc is non-NULL in CloseDownConnections() Requesting approval for X11R6.8.x stable branch (simple NULL-ptr check) ... |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.