bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libstore/file.c


From: Roland McGrath
Subject: Re: [PATCH] libstore/file.c
Date: Wed, 7 Mar 2001 08:39:39 -0500 (EST)

> Alright, then way does it crash when I use a store backed by a file
> and not when I use a store back by a device?  Further more, why does
> it work when I use my patch?

Are you talking about your own code that calls store_read?

It might be that in the two particular things you are trying, one them
returns inline data and one returns out-of-line data.  If your program does
not obey the calling convention properly (e.g. by passing the address of an
uninitialized pointer variable), then this bug might well show up only
in the case where inline data was returned.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]