Bug 6347

Summary: Xserver 1.0.1 crash if tun device is up
Product: xorg Reporter: Artur Frysiak <wiget>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Fix none

Description Artur Frysiak 2006-03-22 20:12:49 UTC
When I start Xserver 1.0.1 on my home Linux and tun device is running (OpenVPN
connection to my work) then Xserver crashes.
Backtrace show segmentation fault in os/access.c in function ConvertAddr().
Adding check for saddr on top of this function fixes problem.

if (saddr == NULL) return -1;
Comment 1 Artur Frysiak 2006-03-22 20:19:19 UTC
Created attachment 5014 [details] [review]
Fix
Comment 2 Adam Jackson 2006-03-23 07:59:28 UTC

*** This bug has been marked as a duplicate of 5218 ***

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.