[Bug 808030] Re: httpfs cannot mount larger files (like DVD9)

2011-07-09 Thread Dan Faerch
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/808030 Title: httpfs cannot mount larger files (like DVD9) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/httpf

[Bug 808030] [NEW] httpfs cannot mount larger files (like DVD9)

2011-07-09 Thread Dan Faerch
Public bug reported: Due to the use of size_t for file_size, an overflow occurs if file is too large. httpfs returns with exitcode 3. Ive made a fix that works very well in my tests. Tested both with httpfs2 and httpfs2_ssl.: --- httpfs2.c.org 2010-03-13 21:07:56.0 +0100 +++ httpfs