Bug 86579

Summary: [fix] multimedia/fxtv: Segmentation fault with recent Xorg
Product: Ports & Packages Reporter: Šimun Mikecin <numisemis>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: aa8vb
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Šimun Mikecin 2005-09-26 09:00:27 UTC
Recent Xorg update causes segmentation fault during startup of fxtv.

"temp_station" variable should be filled by XtVaGetValues(), but the
variable gets a NULL value. Segmentation fault is in the libc strcmp
function, cause it doesn't check if one of it's parameters is NULL.

How-To-Repeat: try fxtv with the latest Xorg version from ports.
Comment 1 MANTANI Nobutaka freebsd_committer freebsd_triage 2005-10-01 21:35:35 UTC
State Changed
From-To: open->closed

Committed, thanks!