Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 120245

Summary: udftools needs endian patch on bigendian platforms
Product: Gentoo Linux Reporter: Chris Abbey <genfool>
Component: Current packagesAssignee: Daniel Drake (RETIRED) <dsd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Abbey 2006-01-24 17:47:35 UTC
you can make 'mkudffs' segv trivially with the following:

dd if=/dev/zero of=tst_udf bs=1024k count=8
mkudffs --media-type=dvd tst_udf

it's a simple endian issue, fixed in community cvs:
http://cvs.sourceforge.net/viewcvs.py/linux-udf/udftools/mkudffs/mkudffs.c?r1=1.3&r2=1.4&diff_format=u

(reported as ppc since that's where I found it, applies to all big endian platforms.)
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2006-02-01 15:43:39 UTC
In portage, thanks!