Bug 6347 - Xserver 1.0.1 crash if tun device is up
Summary: Xserver 1.0.1 crash if tun device is up
Status: RESOLVED DUPLICATE of bug 5218
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high critical
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-22 20:12 UTC by Artur Frysiak
Modified: 2006-03-22 12:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix (328 bytes, patch)
2006-03-22 20:19 UTC, Artur Frysiak
no flags Details | Splinter Review

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.