Bug 65101 - [PATCH] Port database/dbf: segmentation fault
Summary: [PATCH] Port database/dbf: segmentation fault
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: 2004-04-03 01:20 UTC by Jie Gao
Modified: 2004-04-03 07:35 UTC (History)
0 users

See Also:


Attachments
dbf.diff (944 bytes, patch)
2004-04-03 01:20 UTC, Jie Gao
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2004-04-03 01:20:17 UTC
The port database/dbf crashes on start up. Get a sigmentation fault due to a
NULL pointer in strcmp function.

Fix: See the attached patch. The fix is already in dbf author's CVS.

	
How-To-Repeat: Make database/dbf from ports, get a dbf file, say, test.dbf, and type:

	dbf test.dbf

at where the test.dbf file is, you will get the sigmentation fault.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-03 07:35:28 UTC
State Changed
From-To: open->closed

Committed, thanks!