Re: [bug #28446] No checks are made for unteminated strings in RPC messages

2010-02-06 Thread Carl Fredrik Hammar
Hi, On Sat, Jan 09, 2010 at 07:10:30PM +0100, olafbuddenha...@gmx.net wrote: > On Thu, Jan 07, 2010 at 04:45:57PM +0100, Carl Fredrik Hammar wrote: > > On Mon, Jan 04, 2010 at 03:34:07PM +0100, olafbuddenha...@gmx.net > > wrote: > > > On a technical side, you have to decide what error code MiG sho

[bug #28779] libstore/ext2fs issue with sparse store

2010-02-06 Thread Carl Fredrik Hammar
Follow-up Comment #3, bug #28779 (project hurd): I have attached a patch that makes diskfs_S_file_get_storage_info in ext2fs return EOPNOTSUPP if the file is sparse. It also removes any code used for hole mapping, which is now dead. It works for me (TM). (file #19634)

Re: Generalizing mobility for the Hurd

2010-02-06 Thread Carl Fredrik Hammar
On Sat, Feb 06, 2010 at 04:59:56PM +0100, Michael Banck wrote: > On Fri, Jan 29, 2010 at 02:53:04PM +0100, Carl Fredrik Hammar wrote: > > For now it is available from my personal web page provided by my uni: > > > > but I don't k

Re: Generalizing mobility for the Hurd

2010-02-06 Thread Michael Banck
On Fri, Jan 29, 2010 at 02:53:04PM +0100, Carl Fredrik Hammar wrote: > For now it is available from my personal web page provided by my uni: > > but I don't know how long that will last since I'm no longer enrolled. > I guess I'l

[bug #28779] libstore/ext2fs issue with sparse store

2010-02-06 Thread Carl Fredrik Hammar
Follow-up Comment #2, bug #28779 (project hurd): > So it is clear that ext2fs (or possibly libstore) > has messed up encoding the blocks of the file, but I > can't really tell what's wrong ATM. Possibly this > could be a general bug in how ext2fs manages holes > in files, so it should be further