Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120245 - udftools needs endian patch on bigendian platforms
Summary: udftools needs endian patch on bigendian platforms
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 17:47 UTC by Chris Abbey
Modified: 2006-02-01 15:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

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