Bug 25737

Summary: Bug of original xmms (input plugin vorbis).
Product: Ports & Packages Reporter: Inagaki Kentaro <inagaki>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Inagaki Kentaro 2001-03-12 15:10:01 UTC
make and install on current.

and play Ogg-encoded audio file.

Fix: This problem happens in order to give NULL pointer to strlen.
Program should examine that return value of function is not NULL.

Or... a problem of a library of FreeBSD?

Please add following patch in "files" directory.
This patch fixed coredump problem.
How-To-Repeat: 
Condition.
Ogg-encoded file is not have one or more comment
('artist' or 'comment' or others).
Comment 1 Espen Skoglund 2001-03-12 15:34:37 UTC
[Kentaro Inagaki]
> Please add following patch in "files" directory.  This patch fixed
> coredump problem.

[Patch deleted]

This patch only applies to the CVS version of XMMS (after March 8),
and is being corrected in the CVS repository of XMMS.  Unless there is
some secret version of ports/audio/xmms that is unavailable to me, the
problem described does _not_ apply to the current ports tree.

	eSk
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-03-12 16:05:39 UTC
State Changed
From-To: open->closed

Originator admitted that there is no problem with xmms port.