Re: Patch for Bug 4159

2005-12-27 Thread Howard Selover III
Hello Ulrich, I debated where to place the fix since this is not a public documented function. At least I could not find documentation for the function. I decided to go with the location and type of return previously presented by the function. If the author/maintainer desires the other approac

Re: Patch for Bug 4159

2005-12-27 Thread Ulrich Czekalla
I don't think this should fail if size equals 0. This function is also used by StgStreamImpl_Read and it shouldn't fail if it reads 0 bytes. I think a better place to fix it is in the SmallBlocksToBigBlocks() loop. /Ulrich On Mon, Dec 26, 2005 at 09:26:58AM -0500, Howard Selover III wrote: > Cha