Bug 86579 - [fix] multimedia/fxtv: Segmentation fault with recent Xorg
Summary: [fix] multimedia/fxtv: Segmentation fault with recent Xorg
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 09:00 UTC by Šimun Mikecin
Modified: 2005-10-01 21:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (376 bytes, patch)
2005-09-26 09:00 UTC, Šimun Mikecin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!