Bug 16697

Summary: Fix a problem in port sysutils/mkisofs
Product: Ports & Packages Reporter: Udo Schweigert <ust>
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Udo Schweigert 2000-02-13 11:50:01 UTC
When using mkisofs with -T (generate TRANS.TBL) I got a core dump.
This occured because for one directory I had tablesize%SECTORSIZE==0.

Fix: Increase the malloc by 1, as stated in this diff:
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-02-13 19:41:08 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer 
Comment 2 dirk freebsd_committer freebsd_triage 2000-02-13 20:49:50 UTC
State Changed
From-To: open->closed

Patch committed. Thanks!